Uses of Class
org.jboss.cache.UnversionedNode

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

Uses of UnversionedNode in org.jboss.cache
 

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

Methods in org.jboss.cache that return UnversionedNode
protected  UnversionedNode<K,V> PessimisticNodeFactory.createInternalNode(Object childName, Fqn fqn, NodeSPI<K,V> parent, Map<K,V> data)
          Deprecated.  
protected  UnversionedNode<K,V> AbstractNodeFactory.createInternalNode(Object childName, Fqn fqn, NodeSPI<K,V> parent, Map<K,V> data)
           
 

Methods in org.jboss.cache with parameters of type UnversionedNode
protected  void UnversionedNode.copyInternals(UnversionedNode n)
           
 

Uses of UnversionedNode in org.jboss.cache.optimistic
 

Methods in org.jboss.cache.optimistic that return UnversionedNode
protected  UnversionedNode<K,V> OptimisticNodeFactory.createInternalNode(Object childName, Fqn fqn, NodeSPI<K,V> parent, Map<K,V> data)
          Deprecated.  
 



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