Uses of Interface
org.infinispan.statetransfer.StateTransferLock
-
Packages that use StateTransferLock Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of StateTransferLock in org.infinispan.factories
Methods in org.infinispan.factories that return StateTransferLock Modifier and Type Method Description StateTransferLock
ComponentRegistry. getStateTransferLock()
Caching shortcut for #getComponent(StateTransferManager.class); -
Uses of StateTransferLock in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as StateTransferLock Modifier and Type Field Description protected StateTransferLock
L1NonTxInterceptor. stateTransferLock
Constructors in org.infinispan.interceptors.distribution with parameters of type StateTransferLock Constructor Description L1WriteSynchronizer(org.infinispan.container.impl.InternalDataContainer dc, long l1Lifespan, StateTransferLock stateTransferLock, ClusteringDependentLogic cdl)
-
Uses of StateTransferLock in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer that implement StateTransferLock Modifier and Type Class Description class
StateTransferLockImpl
StateTransferLock
implementation.Fields in org.infinispan.statetransfer declared as StateTransferLock Modifier and Type Field Description protected StateTransferLock
StateConsumerImpl. stateTransferLock
protected StateTransferLock
StateProviderImpl. stateTransferLock
-