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 StateTransferLockComponentRegistry. 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 StateTransferLockL1NonTxInterceptor. stateTransferLockConstructors 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 classStateTransferLockImplStateTransferLockimplementation.Fields in org.infinispan.statetransfer declared as StateTransferLock Modifier and Type Field Description protected StateTransferLockStateConsumerImpl. stateTransferLockprotected StateTransferLockStateProviderImpl. stateTransferLock
-