Package | Description |
---|---|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.containers |
Concurrent lock containers.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseStateTransferManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CommandsFactory cf,
DataContainer dataContainer,
InterceptorChain interceptorChain,
InvocationContextContainer icc,
CacheLoaderManager cacheLoaderManager,
CacheNotifier cacheNotifier,
StateTransferLock stateTransferLock,
CacheViewsManager cacheViewsManager,
TransactionTable transactionTable,
LockContainer<?> lockContainer) |
Modifier and Type | Field and Description |
---|---|
protected LockContainer<?> |
LockManagerImpl.lockContainer |
Modifier and Type | Method and Description |
---|---|
void |
LockManagerImpl.injectDependencies(Configuration configuration,
LockContainer<?> lockContainer) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockContainer<L extends Lock> |
class |
AbstractPerEntryLockContainer<L extends Lock>
An abstract lock container that creates and maintains a new lock per entry
|
class |
AbstractStripedLockContainer<L extends Lock>
A container for locks.
|
class |
OwnableReentrantPerEntryLockContainer
A per-entry lock container for OwnableReentrantLocks
|
class |
OwnableReentrantStripedLockContainer
A LockContainer that holds
OwnableReentrantLock s. |
class |
ReentrantPerEntryLockContainer
A per-entry lock container for ReentrantLocks
|
class |
ReentrantStripedLockContainer
A LockContainer that holds ReentrantLocks
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.