|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadCommittedNode | |
---|---|
org.jboss.cache | |
org.jboss.cache.mvcc |
Uses of ReadCommittedNode in org.jboss.cache |
---|
Methods in org.jboss.cache that return ReadCommittedNode | |
---|---|
ReadCommittedNode |
NodeFactory.createWrappedNode(InternalNode<K,V> node)
|
ReadCommittedNode |
AbstractNodeFactory.createWrappedNode(InternalNode<K,V> node)
|
Uses of ReadCommittedNode in org.jboss.cache.mvcc |
---|
Subclasses of ReadCommittedNode in org.jboss.cache.mvcc | |
---|---|
class |
NullMarkerNode
A marker node to represent a null node for repeatable read, so that a read that returns a null can continue to return null. |
class |
RepeatableReadNode
A node delegate that encapsulates repeatable read semantics when writes are initiated, committed or rolled back. |
Methods in org.jboss.cache.mvcc that return ReadCommittedNode | |
---|---|
ReadCommittedNode |
MVCCNodeFactory.createWrappedNode(InternalNode<K,V> node)
Creates an MVCC wrapped node - either a ReadCommittedNode or it's subclass, a
RepeatableReadNode based on cache configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |