Uses of Class
org.infinispan.commands.AbstractTopologyAffectedCommand
Packages that use AbstractTopologyAffectedCommand
Package
Description
Commands that alter the state of the cache.
Basic interceptors
-
Uses of AbstractTopologyAffectedCommand in org.infinispan.commands.functional
Subclasses of AbstractTopologyAffectedCommand in org.infinispan.commands.functionalModifier and TypeClassDescriptionclassReadOnlyManyCommand<K,V, R> classTxReadOnlyManyCommand<K,V, R> -
Uses of AbstractTopologyAffectedCommand in org.infinispan.commands.read
Subclasses of AbstractTopologyAffectedCommand in org.infinispan.commands.read -
Uses of AbstractTopologyAffectedCommand in org.infinispan.commands.write
Subclasses of AbstractTopologyAffectedCommand in org.infinispan.commands.writeModifier and TypeClassDescriptionclassclassRemoves an entry from memory.classInvalidates an entry in a L1 cache (used with DIST mode)classA command writing multiple key/value pairs with the same metadata. -
Uses of AbstractTopologyAffectedCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type AbstractTopologyAffectedCommandModifier and TypeMethodDescriptionprotected ObjectPrefetchInterceptor.handleReadManyCommand(InvocationContext ctx, AbstractTopologyAffectedCommand command, Collection<?> keys)