|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.invocation.AbstractInvocationDelegate
org.jboss.cache.invocation.NodeInvocationDelegate
org.jboss.cache.mvcc.ReadCommittedNode
org.jboss.cache.mvcc.RepeatableReadNode
org.jboss.cache.mvcc.NullMarkerNode
public 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.cache.mvcc.ReadCommittedNode |
|---|
ReadCommittedNode.Flags |
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.mvcc.ReadCommittedNode |
|---|
backup, flags, parent |
| Fields inherited from class org.jboss.cache.invocation.NodeInvocationDelegate |
|---|
node |
| Fields inherited from class org.jboss.cache.invocation.AbstractInvocationDelegate |
|---|
componentRegistry, configuration, invocationContextContainer, invoker, originLocal |
| Constructor Summary | |
|---|---|
NullMarkerNode()
|
|
| Method Summary | |
|---|---|
boolean |
isDeleted()
Returns true if the instance has been deleted in the current transaction. |
boolean |
isNullNode()
|
boolean |
isValid()
Tests if a node reference is still valid. |
void |
markForUpdate(DataContainer d,
boolean b)
A no-op. |
| Methods inherited from class org.jboss.cache.mvcc.RepeatableReadNode |
|---|
updateNode |
| Methods inherited from class org.jboss.cache.mvcc.ReadCommittedNode |
|---|
commitUpdate, getInternalParent, isChanged, isCreated, isFlagSet, lookupParent, markAsDeleted, markAsDeleted, rollbackUpdate, setChildrenLoaded, setCreated, setDataLoaded, setFlag, unsetFlag |
| Methods inherited from class org.jboss.cache.invocation.AbstractInvocationDelegate |
|---|
assertIsConstructed, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NullMarkerNode()
| Method Detail |
|---|
public boolean isNullNode()
isNullNode in interface NodeSPIisNullNode in class ReadCommittedNodepublic boolean isDeleted()
NodeSPI
isDeleted in interface NodeSPIisDeleted in class ReadCommittedNodepublic boolean isValid()
NodeNodeNotValidException.
isValid in interface NodeisValid in class NodeInvocationDelegate
public void markForUpdate(DataContainer d,
boolean b)
markForUpdate in interface NodeSPImarkForUpdate in class RepeatableReadNoded - data containerb - if true, and the node supports write skew checking, nodes are tested for write skews.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||