Package org.apache.directory.server.core.partition.tree

See:
          Description

Interface Summary
Node An interface for nodes in a tree designed to quickly lookup partitions.
 

Class Summary
BranchNode The Partition Container holds entries which can be either Partitions or Containers.
LeafNode A leaf node which stores a Partition.
 

Package org.apache.directory.server.core.partition.tree Description

 

Set of classes and interfaces for a special data tree structure used to quickly find partitions corresponding to an entry by DN. The data structure contains branch nodes which store other nodes as well as leaf nodes which referrence partitions whose suffix is the path from the root of the tree down to the node. Each node contains an RDN used for it's position.

Version:
$Rev$, $Date$
Author:
Apache Directory Project


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.