|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BTreePartition | |
|---|---|
| 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.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.lang.Long id,
EntryNode parent,
BTreePartition partition,
ServerEntry entry,
java.util.Map<java.lang.Long,EntryNode> map)
|
|
EntryNode(java.lang.Long id,
EntryNode parent,
BTreePartition db,
ServerEntry entry,
java.util.Map<java.lang.Long,EntryNode> map,
org.apache.directory.shared.ldap.filter.ExprNode exprNode,
SearchEngine engine)
|
|
PartitionFrame(BTreePartition db,
Registries registries)
Creates new form JFrame |
|
PartitionViewer(BTreePartition db,
Registries registries)
|
|
| 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 | |||||||||