Uses of Interface
org.infinispan.commands.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
Modifier and TypeInterfaceDescriptioninterface
Commands of this type manipulate data in the cache.Modifier and TypeClassDescriptionclass
Base class for commands that carry topology id. -
Uses of TopologyAffectedCommand in org.infinispan.commands.read
Modifier and TypeClassDescriptionclass
org.infinispan.commands.read.AbstractDataCommand
-
Uses of TopologyAffectedCommand in org.infinispan.expiration.impl
Modifier and TypeClassDescriptionclass
This command updates a cache entry's last access timestamp. -
Uses of TopologyAffectedCommand in org.infinispan.util
Modifier and TypeMethodDescriptionstatic LocalizedCacheTopology
CacheTopologyUtil.checkTopology
(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopology
is valid for theTopologyAffectedCommand
.