Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.mvcc | |
org.jboss.cache.optimistic | |
org.jboss.cache.statetransfer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeFactory<K,V>
Generates new nodes based on the
CacheSPI configuration. |
class |
PessimisticNodeFactory<K,V>
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Field and Description |
---|---|
protected NodeFactory<K,V> |
PessimisticUnversionedNode.nodeFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PessimisticUnversionedNode.injectDependencies(CacheSPI<K,V> spi,
CommandsFactory commandsFactory,
NodeFactory<K,V> nodeFactory)
Deprecated.
|
void |
DataContainerImpl.injectDependencies(NodeFactory nodeFactory,
LockManager lockManager,
BuddyFqnTransformer transformer,
Configuration configuration) |
void |
DataContainerImpl.setDependencies(NodeFactory nodeFactory,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
OptimisticNodeInterceptor.injectDependencies(Notifier notifier,
NodeFactory nodeFactory,
DataContainer dataContainer)
Deprecated.
|
protected WorkspaceNode |
OptimisticInterceptor.lockAndCreateWorkspaceNode(NodeFactory<?,?> nodeFactory,
NodeSPI node,
TransactionWorkspace<?,?> workspace,
GlobalTransaction gtx,
long timeout)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MVCCNodeFactory<K,V>
Creates nodes specific to MVCC logic.
|
Modifier and Type | Method and Description |
---|---|
void |
MVCCNodeHelper.injectDependencies(DataContainer dataContainer,
NodeFactory nodeFactory,
LockManager lockManager,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
OptimisticNodeFactory<K,V>
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Constructor and Description |
---|
WorkspaceNodeImpl(NodeSPI<K,V> node,
TransactionWorkspace workspace,
NodeFactory<K,V> nodeFactory)
Deprecated.
Constructs with a node and workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyStateTransferIntegrator.inject(CacheSPI<?,?> cache,
NodeFactory nodefactory,
Configuration cfg)
Deprecated.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.