Package org.jboss.cache.mvcc

Class Summary
MVCCNodeFactory<K,V> Creates nodes specific to MVCC logic.
MVCCNodeHelper Utility functions to manipulate wrapping InternalNodes as ReadCommittedNode or RepeatableReadNodes.
NodeReference<K,V> A node reference that delegates all calls to a different InternalNode.
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.
NullMarkerNodeForRemoval A specific type of null marker node, used for removal of nodes that don't exist
ReadCommittedNode A node delegate that encapsulates read committed semantics when writes are initiated, committed or rolled back.
RepeatableReadNode A node delegate that encapsulates repeatable read semantics when writes are initiated, committed or rolled back.
 

Enum Summary
ReadCommittedNode.Flags  
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.