Uses of Interface
org.apache.ldap.server.db.Database

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

Uses of Database in org.apache.ldap.server
 

Methods in org.apache.ldap.server that return Database
 Database AbstractContextPartition.getDb()
          Gets the Database used by this ContextPartition.
 

Constructors in org.apache.ldap.server with parameters of type Database
ApplicationPartition(javax.naming.Name upSuffix, javax.naming.Name normalizedSuffix, Database db, SearchEngine searchEngine, org.apache.ldap.common.schema.AttributeType[] indexAttributes)
           
AbstractContextPartition(Database db, SearchEngine searchEngine, org.apache.ldap.common.schema.AttributeType[] indexAttributes)
          Creates a context partition with a new database and a search engine.
SystemPartition(Database db, SearchEngine searchEngine, org.apache.ldap.common.schema.AttributeType[] indexAttributes)
          Creates the system partition which is used to store various peices of information critical for server operation.
 

Uses of Database in org.apache.ldap.server.db
 

Constructors in org.apache.ldap.server.db with parameters of type Database
DefaultOptimizer(Database db)
          Creates an optimizer on a database.
SearchResultEnumeration(java.lang.String[] attrIds, javax.naming.NamingEnumeration underlying, Database db)
          Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call.
SubstringEnumerator(Database db, AttributeTypeRegistry attributeTypeRegistry, SubstringEvaluator evaluator)
          Creates a SubstringEnumerator for a database.
ScopeEnumerator(Database db, ScopeEvaluator evaluator)
           
ExpressionEnumerator(Database db, AttributeTypeRegistry attributeTypeRegistry, ExpressionEvaluator evaluator)
          Creates an expression tree enumerator.
ScopeEvaluator(Database db)
          Creates a scope node evaluator for search expressions.
SubstringEvaluator(Database db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a new SubstringEvaluator for substring expressions.
LeafEvaluator(Database db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, ScopeEvaluator scopeEvaluator, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.
ExpressionEvaluator(Database db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
DefaultSearchEngine(Database db, ExpressionEvaluator evaluator, ExpressionEnumerator enumerator)
          Creates a DefaultSearchEngine for searching a Database without setting up the database.
 

Uses of Database in org.apache.ldap.server.db.gui
 

Methods in org.apache.ldap.server.db.gui with parameters of type Database
 void MainFrame.buildIndicesMenu(Database database)
           
 

Constructors in org.apache.ldap.server.db.gui with parameters of type Database
PartitionViewer(Database db, SearchEngine eng)
           
EntryNode(java.math.BigInteger id, EntryNode parent, Database db, javax.naming.directory.Attributes entry, java.util.HashMap map)
           
EntryNode(java.math.BigInteger id, EntryNode parent, Database db, javax.naming.directory.Attributes entry, java.util.HashMap map, org.apache.ldap.common.filter.ExprNode exprNode, SearchEngine engine)
           
MainFrame(Database db, SearchEngine eng)
          Creates new form JFrame
 

Uses of Database in org.apache.ldap.server.db.jdbm
 

Classes in org.apache.ldap.server.db.jdbm that implement Database
 class JdbmDatabase
          A Database implementation based on JDBM B+Tree implementation.
 



Copyright © 2002-2005 . All Rights Reserved.