|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTreeContextPartition | |
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 BTreeContextPartition in org.apache.ldap.server.partition.impl.btree |
Constructors in org.apache.ldap.server.partition.impl.btree with parameters of type BTreeContextPartition | |
SubstringEvaluator(BTreeContextPartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a new SubstringEvaluator for substring expressions. |
|
SubstringEnumerator(BTreeContextPartition db,
AttributeTypeRegistry attributeTypeRegistry,
SubstringEvaluator evaluator)
Creates a SubstringEnumerator for a database. |
|
ScopeEvaluator(BTreeContextPartition db)
Creates a scope node evaluator for search expressions. |
|
ScopeEnumerator(BTreeContextPartition db,
ScopeEvaluator evaluator)
|
|
LeafEvaluator(BTreeContextPartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry,
ScopeEvaluator scopeEvaluator,
SubstringEvaluator substringEvaluator)
Creates a leaf expression node evaluator. |
|
ExpressionEvaluator(BTreeContextPartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created. |
|
ExpressionEnumerator(BTreeContextPartition db,
AttributeTypeRegistry attributeTypeRegistry,
ExpressionEvaluator evaluator)
Creates an expression tree enumerator. |
|
DefaultSearchEngine(BTreeContextPartition db,
ExpressionEvaluator evaluator,
ExpressionEnumerator enumerator)
Creates a DefaultSearchEngine for searching a Database without setting up the database. |
|
DefaultOptimizer(BTreeContextPartition db)
Creates an optimizer on a database. |
|
BTreeSearchResultEnumeration(java.lang.String[] attrIds,
javax.naming.NamingEnumeration underlying,
BTreeContextPartition db,
AttributeTypeRegistry registry)
Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call. |
Uses of BTreeContextPartition in org.apache.ldap.server.partition.impl.btree.gui |
Methods in org.apache.ldap.server.partition.impl.btree.gui with parameters of type BTreeContextPartition | |
void |
MainFrame.buildIndicesMenu(BTreeContextPartition partition)
|
Constructors in org.apache.ldap.server.partition.impl.btree.gui with parameters of type BTreeContextPartition | |
PartitionViewer(BTreeContextPartition db,
SearchEngine eng)
|
|
MainFrame(BTreeContextPartition db,
SearchEngine eng)
Creates new form JFrame |
|
EntryNode(java.math.BigInteger id,
EntryNode parent,
BTreeContextPartition partition,
javax.naming.directory.Attributes entry,
java.util.HashMap map)
|
|
EntryNode(java.math.BigInteger id,
EntryNode parent,
BTreeContextPartition db,
javax.naming.directory.Attributes entry,
java.util.HashMap map,
org.apache.ldap.common.filter.ExprNode exprNode,
SearchEngine engine)
|
Uses of BTreeContextPartition in org.apache.ldap.server.partition.impl.btree.jdbm |
Subclasses of BTreeContextPartition in org.apache.ldap.server.partition.impl.btree.jdbm | |
class |
JdbmContextPartition
A ContextPartition that stores entries in
JDBM database. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |