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.core.partition.impl.btree.jdbm   
org.apache.directory.server.xdbm   
org.apache.directory.server.xdbm.search   
org.apache.directory.server.xdbm.search.impl   
org.apache.directory.server.xdbm.tools   
 

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.core.partition.impl.btree.jdbm
AbstractTupleCursor
          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.
IndexNotFoundException
          NamingException for missing indicies if full table scans are disallowed.
MasterTable
          A master table used to store indexible entries.
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
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.
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.
 

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.xdbm.search.impl
AbstractIndexCursor
          An abstract TupleCursor.
IndexCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
IndexEntry
          Interface for index entries.
Store
          Represents an entry store based on the Table, Index, and MasterTable database structure.
 

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.xdbm.tools
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.
Store
          Represents an entry store based on the Table, Index, and MasterTable database structure.
 



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