Uses of Class
org.jboss.cache.AbstractNode

Packages that use AbstractNode
org.jboss.cache   
org.jboss.cache.optimistic   
 

Uses of AbstractNode in org.jboss.cache
 

Subclasses of AbstractNode in org.jboss.cache
 class PessimisticUnversionedNode<K,V>
          Deprecated. will be removed along with optimistic and pessimistic locking.
 class UnversionedNode<K,V>
          Basic data node class.
 class VersionedNode<K,V>
          Deprecated. will be removed along with optimistic and pessimistic locking.
 

Uses of AbstractNode in org.jboss.cache.optimistic
 

Subclasses of AbstractNode in org.jboss.cache.optimistic
 class WorkspaceNodeImpl<K,V>
          Deprecated. will be removed along with optimistic and pessimistic locking.
 



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