public class ConfigPartitionInitializer extends Object
| Constructor and Description |
|---|
ConfigPartitionInitializer(org.apache.directory.server.core.api.InstanceLayout instanceLayout,
org.apache.directory.server.core.api.DnFactory dnFactory,
org.apache.directory.server.core.api.CacheService cacheService,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
Creates a new instance of ConfigPartitionHelper.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.server.core.partition.ldif.LdifPartition |
initConfigPartition()
Initializes the configuration partition.
|
public ConfigPartitionInitializer(org.apache.directory.server.core.api.InstanceLayout instanceLayout, org.apache.directory.server.core.api.DnFactory dnFactory, org.apache.directory.server.core.api.CacheService cacheService, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
instanceLayout - the instance layout where the configuration partition lives indnFactory - the DN factorycacheService - the cache serviceschemaManager - the schema managerpublic org.apache.directory.server.core.partition.ldif.LdifPartition initConfigPartition() throws Exception
Exception - If we can't initialize the configuration partitionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.