Uses of Package
org.apache.ldap.server.db

Packages that use org.apache.ldap.server.db
org.apache.ldap.server   
org.apache.ldap.server.db   
org.apache.ldap.server.db.gui   
org.apache.ldap.server.db.jdbm   
 

Classes in org.apache.ldap.server.db used by org.apache.ldap.server
Database
          A database for storing attributes.
SearchEngine
          Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
 

Classes in org.apache.ldap.server.db used by org.apache.ldap.server.db
Database
          A database for storing attributes.
Enumerator
          An enumeration builder or factory for filter expressions.
Evaluator
          Tests if an entry is eligable for return by evaluating a filter expression on the candidate.
ExpressionEnumerator
          Enumerates over candidates that satisfy a filter expression.
ExpressionEvaluator
          Top level filter expression evaluator implemenation.
Index
          Required interfaces for an index.
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.
IndexNotFoundException
          NamingException for missing indicies if full table scans are disallowed.
IndexRecord
          An index key value pair based on a tuple which can optionally reference the indexed entry if one has been resusitated.
LeafEvaluator
          Evaluates LeafNode assertions on candidates using a database.
NoDupsEnumeration
          A simple NamingEnumeration over a TupleBrowser on a table that does not allow duplicates.
Optimizer
          An optimizer applies heuristics to determine best execution path to a search filter based on scan counts within database indices.
ScopeEvaluator
          Evaluates ScopeNode assertions on candidates using a database.
SearchEngine
          Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
SearchResultFilter
          A filter is used to modify search results while they are being returned from naming enumerations containing DbSearchResults.
SubstringEvaluator
          Evaluates substring filter assertions on an entry.
Table
          A backend friendly wrapper around a JDBM BTree that transparent enables duplicates when the BTree does not support them.
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.
 

Classes in org.apache.ldap.server.db used by org.apache.ldap.server.db.gui
Database
          A database for storing attributes.
Index
          Required interfaces for an index.
SearchEngine
          Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
 

Classes in org.apache.ldap.server.db used by org.apache.ldap.server.db.jdbm
Database
          A database for storing attributes.
Index
          Required interfaces for an index.
IndexEnumeration
          A NamingEnumeration over an Index which returns IndexRecords.
IndexNotFoundException
          NamingException for missing indicies if full table scans are disallowed.
MasterTable
          The master table used to store the Attributes of entries.
Table
          A backend friendly wrapper around a JDBM BTree that transparent enables duplicates when the BTree does not support them.
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 © 2002-2005 . All Rights Reserved.