Uses of Interface
org.infinispan.commands.TopologyAffectedCommand
-
Packages that use TopologyAffectedCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.expiration.impl org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl -
-
Uses of TopologyAffectedCommand in org.infinispan.commands
Subinterfaces of TopologyAffectedCommand in org.infinispan.commands Modifier and Type Interface Description interface
DataCommand
Commands of this type manipulate data in the cache.Classes in org.infinispan.commands that implement TopologyAffectedCommand Modifier and Type Class Description class
AbstractTopologyAffectedCommand
Base class for commands that carry topology id. -
Uses of TopologyAffectedCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement TopologyAffectedCommand Modifier and Type Class Description class
TouchCommand
This command can be invoked to update a cache entry's recent access. -
Uses of TopologyAffectedCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type TopologyAffectedCommand Modifier and Type Method Description protected LocalizedCacheTopology
BaseDistributionInterceptor. checkTopologyId(TopologyAffectedCommand command)
-
Uses of TopologyAffectedCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with type parameters of type TopologyAffectedCommand Modifier and Type Method Description protected <C extends VisitableCommand & TopologyAffectedCommand & FlagAffectedCommand>
ObjectBaseStateTransferInterceptor. handleReadCommand(InvocationContext ctx, C command)
Methods in org.infinispan.interceptors.impl with parameters of type TopologyAffectedCommand Modifier and Type Method Description protected int
BaseStateTransferInterceptor. getNewTopologyId(Throwable ce, int currentTopologyId, TopologyAffectedCommand command)
protected void
BaseStateTransferInterceptor. logRetry(int currentTopologyId, TopologyAffectedCommand cmd)
protected void
BaseStateTransferInterceptor. updateTopologyId(TopologyAffectedCommand command)
-
Uses of TopologyAffectedCommand in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type TopologyAffectedCommand Modifier and Type Method Description protected LocalizedCacheTopology
TotalOrderDistributionInterceptor. checkTopologyId(TopologyAffectedCommand command)
protected LocalizedCacheTopology
TotalOrderVersionedDistributionInterceptor. checkTopologyId(TopologyAffectedCommand command)
-
Uses of TopologyAffectedCommand in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer that implement TopologyAffectedCommand Modifier and Type Class Description class
StateRequestCommand
This command is used by a StateConsumer to request transactions and cache entries from a StateProvider.class
StateResponseCommand
This command is used by a StateProvider to push cache entries to a StateConsumer.Methods in org.infinispan.statetransfer with parameters of type TopologyAffectedCommand Modifier and Type Method Description Map<Address,Response>
StateTransferManager. forwardCommandIfNeeded(TopologyAffectedCommand command, Set<Object> affectedKeys, Address origin)
If there is an state transfer happening at the moment, this method forwards the supplied command to the nodes that are new owners of the data, in order to assure consistency.Map<Address,Response>
StateTransferManagerImpl. forwardCommandIfNeeded(TopologyAffectedCommand command, Set<Object> affectedKeys, Address origin)
-
Uses of TopologyAffectedCommand in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement TopologyAffectedCommand Modifier and Type Class Description class
StreamIteratorNextCommand
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.class
StreamIteratorRequestCommand<K>
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.class
StreamRequestCommand<K>
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
-