|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
ScopeEnumerator(BTreePartition db,
ScopeEvaluator evaluator)
|
|
LeafEvaluator(BTreePartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry,
ScopeEvaluator scopeEvaluator,
SubstringEvaluator substringEvaluator)
Creates a leaf expression node evaluator. |
|
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. |
|
ScopeEvaluator(BTreePartition db)
Creates a scope node evaluator for search expressions. |
|
SubstringEnumerator(BTreePartition db,
AttributeTypeRegistry attributeTypeRegistry,
SubstringEvaluator evaluator)
Creates a SubstringEnumerator for a database. |
|
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. |
|
ExpressionEnumerator(BTreePartition db,
AttributeTypeRegistry attributeTypeRegistry,
ExpressionEvaluator evaluator)
Creates an expression tree enumerator. |
|
SubstringEvaluator(BTreePartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a new SubstringEvaluator for substring expressions. |
|
DefaultSearchEngine(BTreePartition db,
ExpressionEvaluator evaluator,
ExpressionEnumerator enumerator,
Optimizer optimizer)
Creates a DefaultSearchEngine for searching a Database without setting up the database. |
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 | |
PartitionViewer(BTreePartition db,
SearchEngine eng)
|
|
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,
ExprNode exprNode,
SearchEngine engine)
|
|
PartitionFrame(BTreePartition db,
SearchEngine eng)
Creates new form JFrame |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |