Uses of Class
org.apache.directory.server.core.partition.impl.btree.BTreePartition

Packages that use BTreePartition
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.partition.impl.btree.gui   
org.apache.directory.server.core.partition.impl.btree.jdbm   
 

Uses of BTreePartition in org.apache.directory.server.core.partition.impl.btree
 

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

Uses of BTreePartition in org.apache.directory.server.core.partition.impl.btree.gui
 

Methods in org.apache.directory.server.core.partition.impl.btree.gui with parameters of type BTreePartition
 void PartitionFrame.buildIndicesMenu(BTreePartition partition)
           
 

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

Uses of BTreePartition in org.apache.directory.server.core.partition.impl.btree.jdbm
 

Subclasses of BTreePartition in org.apache.directory.server.core.partition.impl.btree.jdbm
 class JdbmPartition
          A Partition that stores entries in JDBM database.
 



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