|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.EntryContainer.VLVJEIndexCfgManager
public class EntryContainer.VLVJEIndexCfgManager
This class is responsible for managing the configuraiton for VLV indexes used within this entry container.
Constructor Summary | |
---|---|
EntryContainer.VLVJEIndexCfgManager()
|
Method Summary | |
---|---|
ConfigChangeResult |
applyConfigurationAdd(LocalDBVLVIndexCfg cfg)
Adds a new configuration to this add listener. |
ConfigChangeResult |
applyConfigurationDelete(LocalDBVLVIndexCfg cfg)
Deletes an existing configuration from this delete listener. |
boolean |
isConfigurationAddAcceptable(LocalDBVLVIndexCfg cfg,
java.util.List<Message> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is acceptable to this add listener. |
boolean |
isConfigurationDeleteAcceptable(LocalDBVLVIndexCfg cfg,
java.util.List<Message> unacceptableReasons)
Indicates whether the proposed deletion of an existing configuration is acceptable to this delete listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryContainer.VLVJEIndexCfgManager()
Method Detail |
---|
public boolean isConfigurationAddAcceptable(LocalDBVLVIndexCfg cfg, java.util.List<Message> unacceptableReasons)
isConfigurationAddAcceptable
in interface ConfigurationAddListener<LocalDBVLVIndexCfg>
cfg
- The configuration that will be added.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.
true
if the proposed addition is
acceptable, or false
if it is not.public ConfigChangeResult applyConfigurationAdd(LocalDBVLVIndexCfg cfg)
applyConfigurationAdd
in interface ConfigurationAddListener<LocalDBVLVIndexCfg>
cfg
- The configuration that will be added.
public boolean isConfigurationDeleteAcceptable(LocalDBVLVIndexCfg cfg, java.util.List<Message> unacceptableReasons)
isConfigurationDeleteAcceptable
in interface ConfigurationDeleteListener<LocalDBVLVIndexCfg>
cfg
- The configuration that will be deleted.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.
true
if the proposed deletion is
acceptable, or false
if it is not.public ConfigChangeResult applyConfigurationDelete(LocalDBVLVIndexCfg cfg)
applyConfigurationDelete
in interface ConfigurationDeleteListener<LocalDBVLVIndexCfg>
cfg
- The existing configuration that will be deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |