|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextPartition | |
org.apache.ldap.server.configuration | |
org.apache.ldap.server.partition | |
org.apache.ldap.server.partition.impl.btree | |
org.apache.ldap.server.partition.impl.btree.jdbm |
Uses of ContextPartition in org.apache.ldap.server.configuration |
Methods in org.apache.ldap.server.configuration that return ContextPartition | |
ContextPartition |
ContextPartitionConfiguration.getContextPartition()
Returns the ContextPartition that this configuration configures. |
Methods in org.apache.ldap.server.configuration with parameters of type ContextPartition | |
void |
MutableContextPartitionConfiguration.setContextPartition(ContextPartition partition)
|
protected void |
ContextPartitionConfiguration.setContextPartition(ContextPartition partition)
Sets the ContextPartition that this configuration configures. |
Uses of ContextPartition in org.apache.ldap.server.partition |
Classes in org.apache.ldap.server.partition that implement ContextPartition | |
class |
AbstractContextPartition
A ContextPartition that helps users to implement their own partition. |
class |
ContextPartitionNexus
A root ContextPartition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes. |
class |
DefaultContextPartitionNexus
A nexus for partitions dedicated for storing entries specific to a naming context. |
Methods in org.apache.ldap.server.partition that return ContextPartition | |
ContextPartition |
DefaultContextPartitionNexus.getSystemPartition()
|
abstract ContextPartition |
ContextPartitionNexus.getSystemPartition()
|
Uses of ContextPartition in org.apache.ldap.server.partition.impl.btree |
Classes in org.apache.ldap.server.partition.impl.btree that implement ContextPartition | |
class |
BTreeContextPartition
An abstract ContextPartition that uses general BTree operations. |
Uses of ContextPartition in org.apache.ldap.server.partition.impl.btree.jdbm |
Classes in org.apache.ldap.server.partition.impl.btree.jdbm that implement ContextPartition | |
class |
JdbmContextPartition
A ContextPartition that stores entries in
JDBM database. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |