Interface TransactionalRemoteLockCommand

  • All Superinterfaces:
    RemoteLockCommand, org.infinispan.commands.ReplicableCommand

    public interface TransactionalRemoteLockCommand
    extends RemoteLockCommand
    Simple interface to extract all the keys that may need to be locked for transactional commands.
    Since:
    8.0
    Author:
    Pedro Ruivo
    • Method Detail

      • createContext

        org.infinispan.context.impl.TxInvocationContext<?> createContext()
        It creates the transaction context.
        Returns:
        the TxInvocationContext.