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 interfaceDataCommandCommands of this type manipulate data in the cache.Classes in org.infinispan.commands that implement TopologyAffectedCommand Modifier and Type Class Description classAbstractTopologyAffectedCommandBase 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 classTouchCommandThis 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 LocalizedCacheTopologyBaseDistributionInterceptor. 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 intBaseStateTransferInterceptor. getNewTopologyId(Throwable ce, int currentTopologyId, TopologyAffectedCommand command)protected voidBaseStateTransferInterceptor. logRetry(int currentTopologyId, TopologyAffectedCommand cmd)protected voidBaseStateTransferInterceptor. 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 LocalizedCacheTopologyTotalOrderDistributionInterceptor. checkTopologyId(TopologyAffectedCommand command)protected LocalizedCacheTopologyTotalOrderVersionedDistributionInterceptor. checkTopologyId(TopologyAffectedCommand command) -
Uses of TopologyAffectedCommand in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer that implement TopologyAffectedCommand Modifier and Type Class Description classStateRequestCommandThis command is used by a StateConsumer to request transactions and cache entries from a StateProvider.classStateResponseCommandThis 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 classStreamIteratorNextCommandStream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.classStreamIteratorRequestCommand<K>Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.classStreamRequestCommand<K>Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
-