public class EntryContainer extends Object implements SuffixContainer, org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.PluggableBackendCfg>
ATTR_DEBUG_SEARCH_INDEX, DN2ID_INDEX_NAME, ID2CHILDREN_COUNT_NAME, ID2CHILDREN_INDEX_NAME, ID2ENTRY_INDEX_NAME, ID2SUBTREE_INDEX_NAME, REFERRAL_INDEX_NAME, STATE_INDEX_NAME| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationChange(org.forgerock.opendj.server.config.server.PluggableBackendCfg cfg) |
void |
clear()
Clear the contents of this entry container.
|
void |
close()
Closes the entry container.
|
org.forgerock.opendj.ldap.DN |
getBaseDN()
Returns the baseDN that this suffix container is responsible for.
|
boolean |
isConfigurationChangeAcceptable(org.forgerock.opendj.server.config.server.PluggableBackendCfg cfg,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) |
String |
toString() |
public void close()
throws StorageRuntimeException
close in interface Closeableclose in interface AutoCloseableStorageRuntimeException - If an error occurs in the storage.public org.forgerock.opendj.ldap.DN getBaseDN()
SuffixContainergetBaseDN in interface SuffixContainerpublic boolean isConfigurationChangeAcceptable(org.forgerock.opendj.server.config.server.PluggableBackendCfg cfg,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)
isConfigurationChangeAcceptable in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.PluggableBackendCfg>public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationChange(org.forgerock.opendj.server.config.server.PluggableBackendCfg cfg)
applyConfigurationChange in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.PluggableBackendCfg>public void clear()
throws StorageRuntimeException
StorageRuntimeException - If an error occurs while removing the entry
container.Copyright © 2010-2020 Wren Security. All Rights Reserved.