public class ConfigPartitionInitializer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private CacheService |
cacheService |
private DnFactory |
dnFactory |
private InstanceLayout |
instanceLayout |
private static org.slf4j.Logger |
LOG
A logger for this class
|
private org.apache.directory.api.ldap.model.schema.SchemaManager |
schemaManager |
| Constructor and Description |
|---|
ConfigPartitionInitializer(InstanceLayout instanceLayout,
DnFactory dnFactory,
CacheService cacheService,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
Creates a new instance of ConfigPartitionHelper.
|
| Modifier and Type | Method and Description |
|---|---|
LdifPartition |
initConfigPartition()
Initializes the configuration partition.
|
private static final org.slf4j.Logger LOG
private org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager
private InstanceLayout instanceLayout
private DnFactory dnFactory
private CacheService cacheService
public ConfigPartitionInitializer(InstanceLayout instanceLayout, DnFactory dnFactory, 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 LdifPartition initConfigPartition() throws java.lang.Exception
java.lang.Exception