Uses of Class
org.apache.ldap.server.partition.impl.btree.BTreeDirectoryPartition

Packages that use BTreeDirectoryPartition
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.partition.impl.btree.gui   
org.apache.ldap.server.partition.impl.btree.jdbm   
 

Uses of BTreeDirectoryPartition in org.apache.ldap.server.partition.impl.btree
 

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

Uses of BTreeDirectoryPartition in org.apache.ldap.server.partition.impl.btree.gui
 

Methods in org.apache.ldap.server.partition.impl.btree.gui with parameters of type BTreeDirectoryPartition
 void MainFrame.buildIndicesMenu(BTreeDirectoryPartition partition)
           
 

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

Uses of BTreeDirectoryPartition in org.apache.ldap.server.partition.impl.btree.jdbm
 

Subclasses of BTreeDirectoryPartition in org.apache.ldap.server.partition.impl.btree.jdbm
 class JdbmDirectoryPartition
          A DirectoryPartition that stores entries in JDBM database.
 



Copyright © 2002-2005 . All Rights Reserved.