Uses of Interface
org.infinispan.commands.DataCommand
-
Packages that use DataCommand Package Description org.infinispan.commands.functional org.infinispan.commands.read org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking. -
-
Uses of DataCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement DataCommand Modifier and Type Class Description class
AbstractWriteKeyCommand<K,V>
class
ReadOnlyKeyCommand<K,V,R>
class
ReadWriteKeyCommand<K,V,R>
class
ReadWriteKeyValueCommand<K,V,T,R>
class
TxReadOnlyKeyCommand<K,V,R>
class
WriteOnlyKeyCommand<K,V>
class
WriteOnlyKeyValueCommand<K,V,T>
-
Uses of DataCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement DataCommand Modifier and Type Class Description class
AbstractDataCommand
class
GetCacheEntryCommand
Used to fetch a full CacheEntry rather than just the value.class
GetKeyValueCommand
Implements functionality defined byMap.get(Object)
andMap.containsKey(Object)
operations -
Uses of DataCommand in org.infinispan.commands.write
Subinterfaces of DataCommand in org.infinispan.commands.write Modifier and Type Interface Description interface
DataWriteCommand
Mixes features from DataCommand and WriteCommandClasses in org.infinispan.commands.write that implement DataCommand Modifier and Type Class Description class
AbstractDataWriteCommand
Stuff common to WriteCommandsclass
ApplyDeltaCommand
Deprecated.since 9.1class
ComputeCommand
class
ComputeIfAbsentCommand
class
EvictCommand
class
PutKeyValueCommand
Implements functionality defined byBasicCache.put(Object, Object)
class
RemoveCommand
class
RemoveExpiredCommand
Removes an entry that is expired from memoryclass
ReplaceCommand
-
Uses of DataCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type DataCommand Modifier and Type Method Description protected Object
L1NonTxInterceptor. performCommandWithL1WriteIfAble(InvocationContext ctx, DataCommand command, boolean isEntry, boolean shouldAlwaysRunNextInterceptor, boolean registerL1)
-
Uses of DataCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type DataCommand Modifier and Type Method Description protected boolean
BiasedEntryWrappingInterceptor. canRead(DataCommand command)
protected boolean
EntryWrappingInterceptor. canRead(DataCommand command)
protected Object
PrefetchInterceptor. handleReadCommand(InvocationContext ctx, DataCommand command)
-
Uses of DataCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type DataCommand Modifier and Type Method Description protected abstract Object
AbstractLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)
protected Object
NonTransactionalLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)
protected Object
OptimisticLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)
protected Object
PessimisticLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)
-