Package | Description |
---|---|
org.jboss.cache.mvcc |
Modifier and Type | Class and Description |
---|---|
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 |
NullMarkerNodeForRemoval
A specific type of null marker node, used for removal of nodes that don't exist
|
class |
ReadCommittedNode
A node delegate that encapsulates read committed semantics when writes are initiated, committed or rolled back.
|
class |
RepeatableReadNode
A node delegate that encapsulates repeatable read semantics when writes are initiated, committed or rolled back.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.