Uses of Interface
org.infinispan.util.concurrent.locks.RemoteLockCommand
-
Packages that use RemoteLockCommand Package Description org.infinispan.commands.control org.infinispan.commands.functional org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.tx.totalorder org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of RemoteLockCommand in org.infinispan.commands.control
Classes in org.infinispan.commands.control that implement RemoteLockCommand Modifier and Type Class Description class
LockControlCommand
LockControlCommand is a command that enables distributed locking across infinispan nodes. -
Uses of RemoteLockCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement RemoteLockCommand Modifier and Type Class Description class
AbstractWriteKeyCommand<K,V>
class
AbstractWriteManyCommand<K,V>
class
ReadWriteKeyCommand<K,V,R>
class
ReadWriteKeyValueCommand<K,V,T,R>
class
ReadWriteManyCommand<K,V,R>
class
ReadWriteManyEntriesCommand<K,V,T,R>
class
WriteOnlyKeyCommand<K,V>
class
WriteOnlyKeyValueCommand<K,V,T>
class
WriteOnlyManyCommand<K,V>
class
WriteOnlyManyEntriesCommand<K,V,T>
-
Uses of RemoteLockCommand in org.infinispan.commands.tx
Classes in org.infinispan.commands.tx that implement RemoteLockCommand Modifier and Type Class Description class
PrepareCommand
Command corresponding to the 1st phase of 2PC.class
VersionedPrepareCommand
Same asPrepareCommand
except that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s). -
Uses of RemoteLockCommand in org.infinispan.commands.tx.totalorder
Classes in org.infinispan.commands.tx.totalorder that implement RemoteLockCommand Modifier and Type Class Description class
TotalOrderNonVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.class
TotalOrderVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used. -
Uses of RemoteLockCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement RemoteLockCommand Modifier and Type Class Description class
AbstractDataWriteCommand
Stuff common to WriteCommandsclass
ApplyDeltaCommand
Deprecated.since 9.1class
ComputeCommand
class
ComputeIfAbsentCommand
class
EvictCommand
class
InvalidateCommand
Removes an entry from memory.class
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)class
PutKeyValueCommand
Implements functionality defined byBasicCache.put(Object, Object)
class
PutMapCommand
A command writing multiple key/value pairs with the same metadata.class
RemoveCommand
class
RemoveExpiredCommand
Removes an entry that is expired from memoryclass
ReplaceCommand
-
Uses of RemoteLockCommand in org.infinispan.util.concurrent.locks
Subinterfaces of RemoteLockCommand in org.infinispan.util.concurrent.locks Modifier and Type Interface Description interface
TransactionalRemoteLockCommand
Simple interface to extract all the keys that may need to be locked for transactional commands.
-