Uses of Interface
org.infinispan.commands.DataCommand
Packages that use DataCommand
Package
Description
Commands that alter the state of the cache.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
-
Uses of DataCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement DataCommandModifier and TypeClassDescriptionclassclassReadOnlyKeyCommand<K,V, R> final classReadWriteKeyCommand<K,V, R> final classReadWriteKeyValueCommand<K,V, T, R> classTxReadOnlyKeyCommand<K,V, R> final classWriteOnlyKeyCommand<K,V> final classWriteOnlyKeyValueCommand<K,V, T> -
Uses of DataCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement DataCommandModifier and TypeClassDescriptionclassfinal classUsed to fetch a full CacheEntry rather than just the value.classImplements functionality defined byMap.get(Object)andMap.containsKey(Object)operations -
Uses of DataCommand in org.infinispan.commands.write
Subinterfaces of DataCommand in org.infinispan.commands.writeModifier and TypeInterfaceDescriptioninterfaceMixes features from DataCommand and WriteCommandClasses in org.infinispan.commands.write that implement DataCommandModifier and TypeClassDescriptionclassStuff common to WriteCommandsclassclassclassclassAWriteCommandused to handle updates from the remote site (for asynchronous cross-site replication).classImplements functionality defined byBasicCache.put(Object, Object)classclassRemoves an entry that is expired from memoryclass -
Uses of DataCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement DataCommandModifier and TypeClassDescriptionclassThis command updates a cache entry's last access timestamp. -
Uses of DataCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type DataCommandModifier and TypeMethodDescriptionprotected 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 DataCommandModifier and TypeMethodDescriptionprotected booleanEntryWrappingInterceptor.canRead(DataCommand command) -
Uses of DataCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type DataCommandModifier and TypeMethodDescriptionprotected abstract ObjectAbstractLockingInterceptor.visitDataReadCommand(InvocationContext ctx, DataCommand command) protected final ObjectNonTransactionalLockingInterceptor.visitDataReadCommand(InvocationContext ctx, DataCommand command) protected ObjectOptimisticLockingInterceptor.visitDataReadCommand(InvocationContext ctx, DataCommand command) protected final ObjectPessimisticLockingInterceptor.visitDataReadCommand(InvocationContext ctx, DataCommand command)