Uses of Package
org.apache.directory.server.core.partition.impl.btree

Classes in org.apache.directory.server.core.partition.impl.btree used by org.apache.directory.server.core.partition.impl.btree
IndexAssertion
          Asserts whether or not a candidate should be returned in searching based on hard coded logic.
IndexEnumeration
          A NamingEnumeration over an Index which returns IndexRecords.
IndexRecord
          An index key value pair based on a tuple which can optionally reference the indexed entry if one has been resusitated.
Table
          A wrapper interface around a BTree (that does not support duplicate keys) which transparently enables duplicate keys and translates underlying exceptions to NamingExceptions.
Tuple
          A key/value tuple for simple two column Tables.
TupleBrowser
          TupleBrowser interface used to abstract
TupleComparator
          Used to compare the sorting order of binary data.
TupleRenderer
          A table key/value String renderer for the display or logging of human readable potentially binary data.
 



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