Package org.infinispan.tree

Interface Summary
Node<K,V> A Node is a named logical grouping of data in the TreeCache API of JBoss Cache.
TreeCache<K,V> This is a tree-like facade around a Cache allowing for efficient tree-style access to cached data.
 

Class Summary
Fqn A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node in a TreeCache.
FqnComparator Compares the order of two FQN.
NodeImpl<K,V> Implementation backed by an AtomicMap
NodeKey A class that represents the key to a node
TreeCacheImpl<K,V>  
TreeStructureSupport  
 

Enum Summary
NodeKey.Type  
 

Exception Summary
NodeNotExistsException Thrown when an operation is attempted on a non-existing node in the cache
NodeNotValidException Thrown whenever operations are attempted on a node that is no longer valid.
 



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