|
||||||||||
| 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.NullMarkerNodeForRemoval
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 |
| Method Summary | |
|---|---|
static NullMarkerNode |
getInstance()
|
void |
markForUpdate(DataContainer d,
boolean b)
A no-op. |
| Methods inherited from class org.jboss.cache.mvcc.NullMarkerNodeForRemoval |
|---|
getChildrenDirect, getChildrenNamesDirect, getDataDirect, getFqn, isDeleted, isNullNode, isValid, setValid, 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 |
| Method Detail |
|---|
public static NullMarkerNode getInstance()
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 | |||||||||