|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeFactory | |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.mvcc | |
org.jboss.cache.optimistic | |
org.jboss.cache.statetransfer |
Uses of NodeFactory in org.jboss.cache |
---|
Classes in org.jboss.cache that implement NodeFactory | |
---|---|
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. |
Fields in org.jboss.cache declared as NodeFactory | |
---|---|
protected NodeFactory<K,V> |
PessimisticUnversionedNode.nodeFactory
Deprecated. |
Methods in org.jboss.cache with parameters of type NodeFactory | |
---|---|
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)
|
Uses of NodeFactory in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors with parameters of type NodeFactory | |
---|---|
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. |
Uses of NodeFactory in org.jboss.cache.mvcc |
---|
Classes in org.jboss.cache.mvcc that implement NodeFactory | |
---|---|
class |
MVCCNodeFactory<K,V>
Creates nodes specific to MVCC logic. |
Methods in org.jboss.cache.mvcc with parameters of type NodeFactory | |
---|---|
void |
MVCCNodeHelper.injectDependencies(DataContainer dataContainer,
NodeFactory nodeFactory,
LockManager lockManager,
Configuration configuration)
|
Uses of NodeFactory in org.jboss.cache.optimistic |
---|
Classes in org.jboss.cache.optimistic that implement NodeFactory | |
---|---|
class |
OptimisticNodeFactory<K,V>
Deprecated. will be removed along with optimistic and pessimistic locking. |
Constructors in org.jboss.cache.optimistic with parameters of type NodeFactory | |
---|---|
WorkspaceNodeImpl(NodeSPI<K,V> node,
TransactionWorkspace workspace,
NodeFactory<K,V> nodeFactory)
Deprecated. Constructs with a node and workspace. |
Uses of NodeFactory in org.jboss.cache.statetransfer |
---|
Methods in org.jboss.cache.statetransfer with parameters of type NodeFactory | |
---|---|
void |
LegacyStateTransferIntegrator.inject(CacheSPI<?,?> cache,
NodeFactory nodefactory,
Configuration cfg)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |