Uses of Class
org.infinispan.interceptors.impl.BaseStateTransferInterceptor
Packages that use BaseStateTransferInterceptor
-
Uses of BaseStateTransferInterceptor in org.infinispan.statetransfer
Subclasses of BaseStateTransferInterceptor in org.infinispan.statetransferModifier and TypeClassDescriptionclassThis interceptor has two tasks: If the command's topology id is higher than the current topology id, wait for the node to receive transaction data for the new topology id. If the topology id changed during a command's execution, retry the command, but only on the originator (which replicates it to the new owners). If the cache is configured with asynchronous replication, owners cannot signal to the originator that they saw a new topology, so instead each owner forwards the command to all the other owners in the new topology.