Modifier and Type | Class and Description |
---|---|
class |
AvlPartition
An XDBM Partition backed by in memory AVL Trees.
|
Constructor and Description |
---|
ServerEntryCursorAdaptor(BTreePartition<ID> db,
IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexCursor) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionFrame.buildIndicesMenu(BTreePartition partition) |
Constructor and Description |
---|
EntryNode(Long id,
EntryNode parent,
BTreePartition partition,
org.apache.directory.shared.ldap.entry.ServerEntry entry,
Map<Long,EntryNode> map) |
EntryNode(Long id,
EntryNode parent,
BTreePartition db,
org.apache.directory.shared.ldap.entry.ServerEntry entry,
Map<Long,EntryNode> map,
org.apache.directory.shared.ldap.filter.ExprNode exprNode,
SearchEngine engine) |
PartitionFrame(BTreePartition<Long> db,
org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
Creates new form JFrame
|
PartitionViewer(BTreePartition db,
org.apache.directory.shared.ldap.schema.SchemaManager schemaManager) |
Modifier and Type | Class and Description |
---|---|
class |
JdbmPartition
|
Modifier and Type | Class and Description |
---|---|
class |
LdifPartition
A LDIF based partition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXdbmPartition<ID>
Base class for XDBM partitions that use an
Store . |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.