Modifier and Type | Method and Description |
---|---|
Partition |
MockDirectoryService.getSystemPartition() |
Partition |
DefaultDirectoryService.getSystemPartition() |
Partition |
DirectoryService.getSystemPartition() |
Modifier and Type | Method and Description |
---|---|
Set<? extends Partition> |
MockDirectoryService.getPartitions() |
Set<? extends Partition> |
DefaultDirectoryService.getPartitions()
Gets the
Partition s used by this DirectoryService. |
Set<? extends Partition> |
DirectoryService.getPartitions()
Gets the
Partition s used by this DirectoryService. |
Modifier and Type | Method and Description |
---|---|
void |
MockDirectoryService.addPartition(Partition partition) |
void |
DefaultDirectoryService.addPartition(Partition partition) |
void |
DirectoryService.addPartition(Partition partition) |
void |
MockDirectoryService.removePartition(Partition partition) |
void |
DefaultDirectoryService.removePartition(Partition partition) |
void |
DirectoryService.removePartition(Partition partition) |
void |
MockDirectoryService.setSystemPartition(Partition systemPartition) |
void |
DefaultDirectoryService.setSystemPartition(Partition systemPartition) |
void |
DirectoryService.setSystemPartition(Partition systemPartition) |
Modifier and Type | Method and Description |
---|---|
void |
MockDirectoryService.setPartitions(Set<? extends Partition> partitions) |
void |
DefaultDirectoryService.setPartitions(Set<? extends Partition> partitions)
Sets
Partition s used by this DirectoryService. |
void |
DirectoryService.setPartitions(Set<? extends Partition> partitions)
Sets
Partition s used by this DirectoryService. |
Modifier and Type | Method and Description |
---|---|
Partition |
TaggableSearchableChangeLogStore.getPartition()
Gets the partition associated with this store
|
Modifier and Type | Method and Description |
---|---|
Partition |
PartitionFactory.createPartition(String id,
String suffix,
int cacheSize,
File workingDirectory)
Creates a new Partition.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionFactory.addIndex(Partition partition,
String attributeId,
int cacheSize)
Adds a partition-specific index to the partition.
|
void |
JdbmPartitionFactory.addIndex(Partition partition,
String attributeId,
int cacheSize)
Adds a partition-specific index to the partition.
|
void |
LdifPartitionFactory.addIndex(Partition partition,
String attributeId,
int cacheSize)
Adds a partition-specific index to the partition.
|
void |
AvlPartitionFactory.addIndex(Partition partition,
String attributeId,
int cacheSize)
Adds a partition-specific index to the partition.
|
Modifier and Type | Method and Description |
---|---|
Partition |
AddContextPartitionOperationContext.getPartition() |
Modifier and Type | Method and Description |
---|---|
void |
AddContextPartitionOperationContext.setPartitionConfiguration(Partition partition)
Set the partition.
|
Constructor and Description |
---|
AddContextPartitionOperationContext(CoreSession session,
Partition partition)
Creates a new instance of AddContextPartitionOperationContext.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionNexus
A root
Partition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPartition
A
Partition that helps users to implement their own partition. |
class |
DefaultPartitionNexus
A root
Partition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes. |
class |
NullPartition
A dummy do nothing partition that is useful for testing NullPartition.
|
Modifier and Type | Method and Description |
---|---|
Partition |
DefaultPartitionNexus.getPartition(org.apache.directory.shared.ldap.name.DN dn) |
Partition |
PartitionNexus.getPartition(org.apache.directory.shared.ldap.name.DN dn)
Get's the partition corresponding to a distinguished name.
|
Partition |
DefaultPartitionNexus.getSystemPartition() |
Partition |
PartitionNexus.getSystemPartition() |
Modifier and Type | Class and Description |
---|---|
class |
AvlPartition
An XDBM Partition backed by in memory AVL Trees.
|
Modifier and Type | Class and Description |
---|---|
class |
BTreePartition<ID>
An abstract
Partition that uses general BTree operations. |
Modifier and Type | Class and Description |
---|---|
class |
JdbmPartition
|
Modifier and Type | Class and Description |
---|---|
class |
LdifPartition
A LDIF based partition.
|
Modifier and Type | Method and Description |
---|---|
Partition |
LdifPartition.getWrappedPartition() |
Modifier and Type | Class and Description |
---|---|
class |
SchemaPartition
A special partition designed to contain the portion of the DIT where schema
information for the server is stored.
|
Modifier and Type | Method and Description |
---|---|
Partition |
SchemaPartition.getWrappedPartition()
Gets the
Partition being wrapped. |
Modifier and Type | Method and Description |
---|---|
void |
SchemaPartition.setWrappedPartition(Partition wrapped)
Sets the wrapped
Partition which must be supplied or
initialize() will fail with a NullPointerException. |
Constructor and Description |
---|
PartitionSchemaLoader(Partition partition,
org.apache.directory.shared.ldap.schema.SchemaManager schemaManager) |
SchemaPartitionDaoImpl(Partition partition,
org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
Creates a schema dao object backing information within a schema partition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXdbmPartition<ID>
Base class for XDBM partitions that use an
Store . |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.