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.interceptors.impl |
Basic interceptors
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stream.impl |
Modifier and Type | Method and Description |
---|---|
StateTransferLock |
ComponentRegistry.getStateTransferLock()
Caching shortcut for #getComponent(StateTransferManager.class);
|
Modifier and Type | Field and Description |
---|---|
protected StateTransferLock |
L1NonTxInterceptor.stateTransferLock |
Constructor and Description |
---|
L1WriteSynchronizer(InternalDataContainer dc,
long l1Lifespan,
StateTransferLock stateTransferLock,
ClusteringDependentLogic cdl) |
Modifier and Type | Field and Description |
---|---|
protected StateTransferLock |
BaseStateTransferInterceptor.stateTransferLock |
Modifier and Type | Class and Description |
---|---|
class |
StateTransferLockImpl
StateTransferLock implementation. |
Modifier and Type | Field and Description |
---|---|
protected StateTransferLock |
StateConsumerImpl.stateTransferLock |
protected StateTransferLock |
StateProviderImpl.stateTransferLock |
Modifier and Type | Field and Description |
---|---|
protected StateTransferLock |
AbstractCacheStream.stateTransferLock |
Copyright © 2021 JBoss by Red Hat. All rights reserved.