Uses of Interface
org.apache.directory.server.core.partition.Partition

Packages that use Partition
org.apache.directory.server.core   
org.apache.directory.server.core.changelog   
org.apache.directory.server.core.interceptor.context   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.schema   
 

Uses of Partition in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return Partition
 Partition DirectoryService.getSystemPartition()
           
 

Methods in org.apache.directory.server.core that return types with arguments of type Partition
 java.util.Set<? extends Partition> DirectoryService.getPartitions()
          Gets the Partitions used by this DirectoryService.
 

Methods in org.apache.directory.server.core with parameters of type Partition
 void DirectoryService.addPartition(Partition partition)
           
 void DirectoryService.removePartition(Partition partition)
           
 void DirectoryService.setSystemPartition(Partition systemPartition)
           
 

Method parameters in org.apache.directory.server.core with type arguments of type Partition
 void DirectoryService.setPartitions(java.util.Set<? extends Partition> partitions)
          Sets Partitions 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()
          Gets the partition associated with this store
 

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
 

Subinterfaces of Partition in org.apache.directory.server.core.partition
 interface PartitionNexus
          A root Partition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
 

Classes in org.apache.directory.server.core.partition that implement Partition
 class AbstractPartition
          A Partition that helps users to implement their own partition.
 class NullPartition
          A dummy do nothing partition that is useful for testing NullPartition.
 

Methods in org.apache.directory.server.core.partition that return Partition
 Partition PartitionNexus.getPartition(org.apache.directory.shared.ldap.name.DN dn)
          Get's the partition corresponding to a distinguished name.
 Partition PartitionNexus.getSystemPartition()
           
 

Uses of Partition in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement Partition
 class SchemaPartition
          A special partition designed to contain the portion of the DIT where schema information for the server is stored.
 

Methods in org.apache.directory.server.core.schema that return Partition
 Partition SchemaPartition.getWrappedPartition()
          Gets the Partition being wrapped.
 

Methods in org.apache.directory.server.core.schema with parameters of type Partition
 void SchemaPartition.setWrappedPartition(Partition wrapped)
          Sets the wrapped Partition which must be supplied or initialize() will fail with a NullPointerException.
 

Constructors in org.apache.directory.server.core.schema with parameters of type Partition
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.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.