Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.optimistic | |
org.jboss.cache.transaction |
Modifier and Type | Method and Description |
---|---|
WorkspaceNode<K,V> |
AbstractNodeFactory.createWrappedNode(NodeSPI<K,V> dataNode,
TransactionWorkspace workspace) |
WorkspaceNode<K,V> |
NodeFactory.createWrappedNode(NodeSPI<K,V> dataNode,
TransactionWorkspace workspace) |
Modifier and Type | Method and Description |
---|---|
protected TransactionWorkspace |
OptimisticReplicationInterceptor.getTransactionWorkspace(InvocationContext ctx)
Deprecated.
|
protected TransactionWorkspace |
OptimisticInterceptor.getTransactionWorkspace(InvocationContext ctx)
Deprecated.
|
protected TransactionWorkspace |
InvalidationInterceptor.getWorkspace(InvocationContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected DataVersion |
InvalidationInterceptor.getNodeVersion(TransactionWorkspace w,
Fqn f) |
protected void |
InvalidationInterceptor.invalidateAcrossCluster(Fqn fqn,
TransactionWorkspace workspace,
boolean synchronous,
InvocationContext ctx) |
protected WorkspaceNode |
OptimisticInterceptor.lockAndCreateWorkspaceNode(NodeFactory<?,?> nodeFactory,
NodeSPI node,
TransactionWorkspace<?,?> workspace,
GlobalTransaction gtx,
long timeout)
Deprecated.
|
protected void |
OptimisticInterceptor.undeleteWorkspaceNode(WorkspaceNode nodeToUndelete,
TransactionWorkspace workspace)
Deprecated.
|
Constructor and Description |
---|
OptimisticReplicationInterceptor.DataVersionPopulator(TransactionWorkspace workspace,
int numCommands) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionWorkspaceImpl<K,V>
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Method and Description |
---|---|
TransactionWorkspace |
WorkspaceNodeImpl.getTransactionWorkspace()
Deprecated.
|
TransactionWorkspace |
WorkspaceNode.getTransactionWorkspace()
Deprecated.
Retrieves a TransactionWorkspace instance associated with the current transaction, which the current WorkspaceNode instance
lives in.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceNode<K,V> |
OptimisticNodeFactory.createWrappedNode(NodeSPI<K,V> dataNode,
TransactionWorkspace workspace)
Deprecated.
|
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 |
---|---|
TransactionWorkspace |
OptimisticTransactionContext.getTransactionWorkSpace()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OptimisticTransactionContext.setTransactionWorkSpace(TransactionWorkspace transactionWorkSpace)
Deprecated.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.