Package | Description |
---|---|
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 |
---|---|
static EntryCache<?> |
DirectoryServer.getEntryCache()
Retrieves the entry cache for the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.setEntryCache(EntryCache<?> entryCache)
Specifies the entry cache that should be used by the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntryCache
This class defines the default entry cache which acts as an arbiter for every entry cache implementation configured
and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is
configured.
|
class |
FIFOEntryCache
This class defines a Directory Server entry cache that uses a FIFO to keep track of the entries.
|
class |
SoftReferenceEntryCache
This class defines a Directory Server entry cache that uses soft references to manage objects in a way that will
allow them to be freed if the JVM is running low on memory.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultEntryCache.setCacheOrder(SortedMap<Integer,EntryCache<? extends org.forgerock.opendj.server.config.server.EntryCacheCfg>> cacheOrderMap)
Sets the current cache order array.
|
Constructor and Description |
---|
EntryCacheMonitorProvider(String entryCacheName,
EntryCache<? extends org.forgerock.opendj.server.config.server.EntryCacheCfg> entryCache)
Creates implementation specific instance of this monitor provider.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.