Uses of Interface
org.infinispan.commands.TopologyAffectedCommand
Packages that use TopologyAffectedCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of TopologyAffectedCommand in org.infinispan.commands
Subinterfaces of TopologyAffectedCommand in org.infinispan.commandsModifier and TypeInterfaceDescriptioninterface
Commands of this type manipulate data in the cache.Classes in org.infinispan.commands that implement TopologyAffectedCommandModifier and TypeClassDescriptionclass
Base class for commands that carry topology id. -
Uses of TopologyAffectedCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement TopologyAffectedCommandModifier and TypeClassDescriptionclass
org.infinispan.commands.read.AbstractDataCommand
-
Uses of TopologyAffectedCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement TopologyAffectedCommandModifier and TypeClassDescriptionclass
This command updates a cache entry's last access timestamp. -
Uses of TopologyAffectedCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type TopologyAffectedCommandModifier and TypeMethodDescriptionstatic LocalizedCacheTopology
CacheTopologyUtil.checkTopology
(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopology
is valid for theTopologyAffectedCommand
.