Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FIFOEntryCacheCfgClient
A client-side interface for reading and modifying FIFO Entry Cache
settings.
|
interface |
SoftReferenceEntryCacheCfgClient
A client-side interface for reading and modifying Soft Reference
Entry Cache settings.
|
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 |
---|---|
EntryCacheCfgClient |
RootCfgClient.getEntryCache(String name)
Gets the named Entry Cache.
|
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 |
---|---|
EntryCacheCfgClient |
EntryCacheCfgDefn.createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<EntryCacheCfgClient,EntryCacheCfg> |
RootCfgDefn.getEntryCachesRelationDefinition()
Get the "entry-caches" relation definition.
|
Modifier and Type | Method and Description |
---|---|
EntryCacheCfgClient |
EntryCacheCfgDefn.createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.