Uses of Class
org.infinispan.interceptors.impl.BaseStateTransferInterceptor
-
Packages that use BaseStateTransferInterceptor Package Description org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of BaseStateTransferInterceptor in org.infinispan.interceptors.totalorder
Subclasses of BaseStateTransferInterceptor in org.infinispan.interceptors.totalorder Modifier and Type Class Description class
TotalOrderStateTransferInterceptor
Synchronizes the incoming totally ordered transactions with the state transfer. -
Uses of BaseStateTransferInterceptor in org.infinispan.statetransfer
Subclasses of BaseStateTransferInterceptor in org.infinispan.statetransfer Modifier and Type Class Description class
StateTransferInterceptor
This 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.
-