|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Partition in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core that return Partition | |
---|---|
Partition |
DefaultDirectoryService.getSystemPartition()
|
Partition |
DirectoryService.getSystemPartition()
|
Methods in org.apache.directory.server.core that return types with arguments of type Partition | |
---|---|
java.util.Set<? extends Partition> |
DefaultDirectoryService.getPartitions()
Gets the Partition s used by this DirectoryService. |
java.util.Set<? extends Partition> |
DirectoryService.getPartitions()
Gets the Partition s used by this DirectoryService. |
Methods in org.apache.directory.server.core with parameters of type Partition | |
---|---|
void |
DefaultDirectoryService.addPartition(Partition parition)
|
void |
DirectoryService.addPartition(Partition partition)
|
void |
DefaultDirectoryService.removePartition(Partition partition)
|
void |
DirectoryService.removePartition(Partition partition)
|
void |
DefaultDirectoryService.setSystemPartition(Partition systemPartition)
|
void |
DirectoryService.setSystemPartition(Partition systemPartition)
|
Method parameters in org.apache.directory.server.core with type arguments of type Partition | |
---|---|
void |
DefaultDirectoryService.setPartitions(java.util.Set<? extends Partition> partitions)
Sets Partition s used by this DirectoryService. |
void |
DirectoryService.setPartitions(java.util.Set<? extends Partition> partitions)
Sets Partition s used by this DirectoryService. |
Uses of Partition in org.apache.directory.server.core.changelog |
---|
Methods in org.apache.directory.server.core.changelog that return Partition | |
---|---|
Partition |
TaggableSearchableChangeLogStore.getPartition(java.lang.String partitionSuffix,
java.lang.String revContainerName,
java.lang.String tagContainerName)
Gets the read only Partition backed by this ChangeLogStore. |
Uses of Partition in org.apache.directory.server.core.interceptor.context |
---|
Methods in org.apache.directory.server.core.interceptor.context that return Partition | |
---|---|
Partition |
AddContextPartitionOperationContext.getPartition()
|
Methods in org.apache.directory.server.core.interceptor.context with parameters of type Partition | |
---|---|
void |
AddContextPartitionOperationContext.setPartitionConfiguration(Partition partition)
Set the partition. |
Constructors in org.apache.directory.server.core.interceptor.context with parameters of type Partition | |
---|---|
AddContextPartitionOperationContext(CoreSession session,
Partition partition)
Creates a new instance of AddContextPartitionOperationContext. |
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 | |
---|---|
Partition |
PartitionNexusProxy.getPartition(org.apache.directory.shared.ldap.name.LdapDN dn)
|
Partition |
DefaultPartitionNexus.getPartition(org.apache.directory.shared.ldap.name.LdapDN dn)
Gets the partition associated with a normalized dn. |
abstract Partition |
PartitionNexus.getPartition(org.apache.directory.shared.ldap.name.LdapDN dn)
Get's the partition corresponding to a distinguished name. |
Partition |
PartitionNexusProxy.getSystemPartition()
|
Partition |
DefaultPartitionNexus.getSystemPartition()
|
abstract Partition |
PartitionNexus.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. |
Constructors in org.apache.directory.server.core.partition.impl.btree with parameters of type Partition | |
---|---|
ServerEntryCursorAdaptor(Partition db,
IndexCursor<java.lang.Long,ServerEntry> indexCursor)
|
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. |
Uses of Partition in org.apache.directory.server.core.partition.tree |
---|
Methods in org.apache.directory.server.core.partition.tree that return Partition | |
---|---|
Partition |
LeafNode.getPartition()
|
Methods in org.apache.directory.server.core.partition.tree with parameters of type Partition | |
---|---|
BranchNode |
BranchNode.recursivelyAddPartition(BranchNode current,
org.apache.directory.shared.ldap.name.LdapDN dn,
int index,
Partition partition)
Recursively adds new nodes to the partition lookup tree data structure. |
Constructors in org.apache.directory.server.core.partition.tree with parameters of type Partition | |
---|---|
LeafNode(Partition partition)
Creates a new instance of LeafNode. |
Uses of Partition in org.apache.directory.server.core.schema |
---|
Constructors in org.apache.directory.server.core.schema with parameters of type Partition | |
---|---|
PartitionSchemaLoader(Partition partition,
Registries registries)
|
|
SchemaPartitionDao(Partition partition,
Registries registries)
Creates a schema dao object backing information within a schema partition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |