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 classAbstractWriteKeyCommand<K,V>classReadOnlyKeyCommand<K,V,R>classReadWriteKeyCommand<K,V,R>classReadWriteKeyValueCommand<K,V,T,R>classTxReadOnlyKeyCommand<K,V,R>classWriteOnlyKeyCommand<K,V>classWriteOnlyKeyValueCommand<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 classAbstractDataCommandclassGetCacheEntryCommandUsed to fetch a full CacheEntry rather than just the value.classGetKeyValueCommandImplements 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 interfaceDataWriteCommandMixes features from DataCommand and WriteCommandClasses in org.infinispan.commands.write that implement DataCommand Modifier and Type Class Description classAbstractDataWriteCommandStuff common to WriteCommandsclassComputeCommandclassComputeIfAbsentCommandclassEvictCommandclassPutKeyValueCommandImplements functionality defined byBasicCache.put(Object, Object)classRemoveCommandclassRemoveExpiredCommandRemoves an entry that is expired from memoryclassReplaceCommand -
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 ObjectL1NonTxInterceptor. 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 booleanBiasedEntryWrappingInterceptor. canRead(DataCommand command)protected booleanEntryWrappingInterceptor. canRead(DataCommand command)protected ObjectPrefetchInterceptor. 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 ObjectAbstractLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)protected ObjectNonTransactionalLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)protected ObjectOptimisticLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)protected ObjectPessimisticLockingInterceptor. visitDataReadCommand(InvocationContext ctx, DataCommand command)
-