Uses of Interface
org.infinispan.statetransfer.StateTransferManager
-
Packages that use StateTransferManager Package Description org.infinispan.commands.remote.recovery org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of StateTransferManager in org.infinispan.commands.remote.recovery
Methods in org.infinispan.commands.remote.recovery with parameters of type StateTransferManager Modifier and Type Method Description void
TxCompletionNotificationCommand. init(TransactionTable tt, LockManager lockManager, RecoveryManager rm, StateTransferManager stm)
-
Uses of StateTransferManager in org.infinispan.factories
Methods in org.infinispan.factories that return StateTransferManager Modifier and Type Method Description StateTransferManager
ComponentRegistry. getStateTransferManager()
Caching shortcut for #getComponent(StateTransferManager.class); -
Uses of StateTransferManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as StateTransferManager Modifier and Type Field Description protected StateTransferManager
ClusteringInterceptor. stateTransferManager
-
Uses of StateTransferManager in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler declared as StateTransferManager Modifier and Type Field Description protected StateTransferManager
BasePerCacheInboundInvocationHandler. stateTransferManager
-
Uses of StateTransferManager in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer that implement StateTransferManager Modifier and Type Class Description class
StateTransferManagerImpl
StateTransferManager
implementation.Fields in org.infinispan.statetransfer declared as StateTransferManager Modifier and Type Field Description protected StateTransferManager
StateConsumerImpl. stateTransferManager
-