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

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

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.core.partition.impl.avl
Index
          An index used to retrieve elements into the master table.
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.core.partition.impl.btree
ForwardIndexEntry
          An index id value pair based on a Tuple which can optionally reference the indexed Entry if one has already been loaded.
Index
          An index used to retrieve elements into the master table.
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.
MasterTable
          A master table used to store indexable entries.
ParentIdAndRdn
          A wrapper for the tuple of parentId and Rdn, used for the Rdn index.
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
AbstractIndex
          A generic index implementation that is just used to hold the index configuration parameters (attributeId, cacheSize, wkDirPath).
AbstractIndexCursor
          An abstract TupleCursor.
AbstractIndexEntry
          Abstract class managing the object for index entries.
Index
          An index used to retrieve elements into the master table.
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.
ParentIdAndRdn
          A wrapper for the tuple of parentId and Rdn, used for the Rdn index.
Table
          A wrapper interface around BTree implementations used to abstract away implementation details.
 

Classes in org.apache.directory.server.xdbm used by org.apache.directory.server.xdbm.impl.avl
AbstractIndex
          A generic index implementation that is just used to hold the index configuration parameters (attributeId, cacheSize, wkDirPath).
AbstractTable
          A Abstract Table implementation aggregating the methods comon with all the different Table implementation.
Index
          An index used to retrieve elements into the master table.
IndexCursor
          A Cursor introducing new advance methods designed to reduce some inefficiencies encountered when scanning over Tuples.
MasterTable
          A master table used to store indexable entries.
ParentIdAndRdn
          A wrapper for the tuple of parentId and Rdn, used for the Rdn index.
Table
          A wrapper interface around BTree implementations used to abstract away implementation details.
 

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.
Index
          An index used to retrieve elements into the master table.
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.
 



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