Uses of Package
org.apache.directory.server.xdbm

Packages that use org.apache.directory.server.xdbm
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.xdbm   
org.apache.directory.server.xdbm.search   
 

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.core.partition.impl.btree
ForwardIndexEntry
          An index id value pair based on a Tuple which can optionally reference the indexed obj if one has already been loaded.
Index
          An index into the master table which returns one or more entry's positions in the master table for those entries which posses an attribute with the specified value.
IndexCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
IndexEntry
          Interface for index entries.
Tuple
          A key/value tuple for simple two column persistent Tables with sorted keys.
 

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.xdbm
AbstractIndexCursor
          An abstract TupleCursor.
Index
          An index into the master table which returns one or more entry's positions in the master table for those entries which posses an attribute with the specified value.
IndexCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
IndexEntry
          Interface for index entries.
IndexNotFoundException
          NamingException for missing indicies if full table scans are disallowed.
Store
          Represents an entry store based on the Table, Index, and MasterTable database structure.
Table
          A wrapper interface around BTree implementations used to abstract away implementation details.
Tuple
          A key/value tuple for simple two column persistent Tables with sorted keys.
TupleCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
 

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.xdbm.search
IndexCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
IndexEntry
          Interface for index entries.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.