Uses of Interface
org.infinispan.statetransfer.StateTransferLock
Packages that use StateTransferLock
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Transfer of state to new caches in a cluster.
-
Uses of StateTransferLock in org.infinispan.factories
Methods in org.infinispan.factories that return StateTransferLockModifier and TypeMethodDescriptionComponentRegistry.getStateTransferLock()Caching shortcut for #getComponent(StateTransferManager.class); -
Uses of StateTransferLock in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as StateTransferLockModifier and TypeFieldDescriptionprotected StateTransferLockL1NonTxInterceptor.stateTransferLockConstructors in org.infinispan.interceptors.distribution with parameters of type StateTransferLockModifierConstructorDescriptionL1WriteSynchronizer(InternalDataContainer dc, long l1Lifespan, StateTransferLock stateTransferLock, ClusteringDependentLogic cdl) -
Uses of StateTransferLock in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as StateTransferLockModifier and TypeFieldDescriptionprotected StateTransferLockBaseStateTransferInterceptor.stateTransferLock -
Uses of StateTransferLock in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer that implement StateTransferLockFields in org.infinispan.statetransfer declared as StateTransferLockModifier and TypeFieldDescriptionprotected StateTransferLockStateConsumerImpl.stateTransferLockprotected StateTransferLockStateProviderImpl.stateTransferLock -
Uses of StateTransferLock in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as StateTransferLockModifier and TypeFieldDescriptionprotected final StateTransferLockAbstractCacheStream.stateTransferLock