Uses of Package
org.infinispan.tree

Packages that use org.infinispan.tree
org.infinispan.tree This package contains the TreeCache. 
 

Classes in org.infinispan.tree used by org.infinispan.tree
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.
Node
          A Node is a named logical grouping of data in the TreeCache API of JBoss Cache.
NodeKey
          A class that represents the key to a node
NodeKey.Type
           
NodeNotExistsException
          Thrown when an operation is attempted on a non-existing node in the cache
TreeCache
          This is a tree-like facade around a Cache allowing for efficient tree-style access to cached data.
TreeContext
          Tree invocation context primarily used to hold flags that should be set for all cache operations within a single tree cache operation.
TreeContextContainer
          Invocation context container holding tree invocation context for the current thread.
TreeStructureSupport
           
 



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