Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.monitors |
Contains various Directory Server monitor provider implementations.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg> |
EntryCacheCfgClient.definition()
Get the configuration definition associated with this Entry Cache.
|
Modifier and Type | Method and Description |
---|---|
<C extends EntryCacheCfgClient> |
RootCfgClient.createEntryCache(ManagedObjectDefinition<C,? extends EntryCacheCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Entry Cache.
|
Modifier and Type | Method and Description |
---|---|
EntryCacheCfg |
EntryCacheCfgDefn.createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<EntryCacheCfgClient,EntryCacheCfg> |
RootCfgDefn.getEntryCachesRelationDefinition()
Get the "entry-caches" relation definition.
|
Class<EntryCacheCfg> |
EntryCacheCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
EntryCacheCfg |
EntryCacheCfgDefn.createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
FifoEntryCacheCfg
A server-side interface for querying FIFO Entry Cache settings.
|
interface |
SoftReferenceEntryCacheCfg
A server-side interface for querying Soft Reference Entry Cache
settings.
|
Modifier and Type | Method and Description |
---|---|
EntryCacheCfg |
RootCfg.getEntryCache(String name)
Gets the named Entry Cache.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends EntryCacheCfg> |
EntryCacheCfg.configurationClass()
Gets the configuration class associated with this Entry Cache.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryCacheCfg.addChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Register to be notified when this Entry Cache is changed.
|
void |
RootCfg.addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Registers to be notified when new Entry Caches are added.
|
void |
RootCfg.addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Registers to be notified when existing Entry Caches are deleted.
|
void |
EntryCacheCfg.removeChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Deregister an existing Entry Cache configuration change listener.
|
void |
RootCfg.removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration add listener.
|
void |
RootCfg.removeEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryCache<T extends EntryCacheCfg>
This class defines the set of methods that must be implemented by a Directory Server entry cache.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
EntryCacheConfigManager.applyConfigurationAdd(EntryCacheCfg configuration) |
ConfigChangeResult |
EntryCacheConfigManager.applyConfigurationChange(EntryCacheCfg configuration) |
ConfigChangeResult |
EntryCacheConfigManager.applyConfigurationDelete(EntryCacheCfg configuration) |
boolean |
EntryCacheConfigManager.isConfigurationAddAcceptable(EntryCacheCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
EntryCacheConfigManager.isConfigurationChangeAcceptable(EntryCacheCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
EntryCacheConfigManager.isConfigurationDeleteAcceptable(EntryCacheCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
DefaultEntryCache.applyConfigurationChange(EntryCacheCfg configuration) |
void |
DefaultEntryCache.initializeEntryCache(ServerContext serverContext,
EntryCacheCfg configEntry) |
boolean |
DefaultEntryCache.isConfigurationChangeAcceptable(EntryCacheCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultEntryCache.setCacheOrder(SortedMap<Integer,EntryCache<? extends EntryCacheCfg>> cacheOrderMap)
Sets the current cache order array.
|
Constructor and Description |
---|
EntryCacheMonitorProvider(String entryCacheName,
EntryCache<? extends EntryCacheCfg> entryCache)
Creates implementation specific instance of this monitor provider.
|
Copyright 2010-2020 ForgeRock AS.