|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryPartition | |
---|---|
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 DirectoryPartition in org.apache.ldap.server.configuration |
---|
Methods in org.apache.ldap.server.configuration that return DirectoryPartition | |
---|---|
DirectoryPartition |
DirectoryPartitionConfiguration.getContextPartition()
Returns the DirectoryPartition that this configuration configures. |
Methods in org.apache.ldap.server.configuration with parameters of type DirectoryPartition | |
---|---|
void |
MutableDirectoryPartitionConfiguration.setContextPartition(DirectoryPartition partition)
|
protected void |
DirectoryPartitionConfiguration.setContextPartition(DirectoryPartition partition)
Sets the DirectoryPartition that this configuration configures. |
Uses of DirectoryPartition in org.apache.ldap.server.partition |
---|
Classes in org.apache.ldap.server.partition that implement DirectoryPartition | |
---|---|
class |
AbstractDirectoryPartition
A DirectoryPartition that helps users to implement their own partition. |
class |
DefaultDirectoryPartitionNexus
A nexus for partitions dedicated for storing entries specific to a naming context. |
class |
DirectoryPartitionNexus
A root DirectoryPartition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes. |
class |
DirectoryPartitionNexusProxy
A decorator that wraps other DirectoryPartitionNexus to enable
InterceptorChain and InvocationStack support. |
Methods in org.apache.ldap.server.partition that return DirectoryPartition | |
---|---|
DirectoryPartition |
DirectoryPartitionNexusProxy.getSystemPartition()
|
abstract DirectoryPartition |
DirectoryPartitionNexus.getSystemPartition()
|
DirectoryPartition |
DefaultDirectoryPartitionNexus.getSystemPartition()
|
Uses of DirectoryPartition in org.apache.ldap.server.partition.impl.btree |
---|
Classes in org.apache.ldap.server.partition.impl.btree that implement DirectoryPartition | |
---|---|
class |
BTreeDirectoryPartition
An abstract DirectoryPartition that uses general BTree operations. |
Uses of DirectoryPartition in org.apache.ldap.server.partition.impl.btree.jdbm |
---|
Classes in org.apache.ldap.server.partition.impl.btree.jdbm that implement DirectoryPartition | |
---|---|
class |
JdbmDirectoryPartition
A DirectoryPartition that stores entries in
JDBM database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |