|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Partition in org.apache.directory.server.core.configuration |
---|
Methods in org.apache.directory.server.core.configuration that return Partition | |
---|---|
Partition |
PartitionConfiguration.getContextPartition()
Returns the Partition that this configuration configures. |
Methods in org.apache.directory.server.core.configuration with parameters of type Partition | |
---|---|
protected void |
PartitionConfiguration.setContextPartition(Partition partition)
Sets the Partition that this configuration configures. |
void |
MutablePartitionConfiguration.setContextPartition(Partition partition)
|
Uses of Partition in org.apache.directory.server.core.partition |
---|
Classes in org.apache.directory.server.core.partition that implement Partition | |
---|---|
class |
AbstractPartition
A Partition that helps users to implement their own partition. |
class |
DefaultPartitionNexus
A nexus for partitions dedicated for storing entries specific to a naming context. |
class |
PartitionNexus
A root Partition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes. |
class |
PartitionNexusProxy
A decorator that wraps other PartitionNexus to enable
InterceptorChain and InvocationStack support. |
Methods in org.apache.directory.server.core.partition that return Partition | |
---|---|
abstract Partition |
PartitionNexus.getPartition(LdapDN dn)
Get's the partition corresponding to a distinguished name. |
Partition |
PartitionNexusProxy.getPartition(LdapDN dn)
|
Partition |
DefaultPartitionNexus.getPartition(LdapDN dn)
|
abstract Partition |
PartitionNexus.getSystemPartition()
|
Partition |
PartitionNexusProxy.getSystemPartition()
|
Partition |
DefaultPartitionNexus.getSystemPartition()
|
Uses of Partition in org.apache.directory.server.core.partition.impl.btree |
---|
Classes in org.apache.directory.server.core.partition.impl.btree that implement Partition | |
---|---|
class |
BTreePartition
An abstract Partition that uses general BTree operations. |
Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type Partition | |
---|---|
void |
MutableBTreePartitionConfiguration.setContextPartition(Partition partition)
|
Uses of Partition in org.apache.directory.server.core.partition.impl.btree.jdbm |
---|
Classes in org.apache.directory.server.core.partition.impl.btree.jdbm that implement Partition | |
---|---|
class |
JdbmPartition
A Partition that stores entries in
JDBM database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |