Package | Description |
---|---|
org.forgerock.audit.util |
This package contains utility classes used in the audit service.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
Modifier and Type | Field and Description |
---|---|
protected static String |
ElasticsearchUtil.FIELD_NAMES_FIELD
JSON field-name of normalized field-names.
|
protected static String |
ElasticsearchUtil.NORMALIZED_FIELD
JSON field-name of metadata to assist in de-normalization.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String json)
Replaces all period-characters in JSON keys with underscore-characters
[ref].
|
protected static JsonValue |
ElasticsearchUtil.restoreKeyPeriods(JsonValue value,
JsonValue normalized)
Reverses the normalization steps preformed by
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String) . |
Constructor and Description |
---|
TimeoutScheduler(com.forgerock.opendj.util.ReferenceCountedObject.Reference<ScheduledExecutorService> scheduler,
Clock clock,
long period,
TimeUnit unit)
Creates a new
TimeoutScheduler . |
Modifier and Type | Method and Description |
---|---|
boolean |
BackendImpl.clearBackend()
Clears the contents of this backend, including any database files.
|
Modifier and Type | Method and Description |
---|---|
static EntryHistorical |
EntryHistorical.newInstanceFromEntry(Entry entry)
Construct an Historical object from the provided entry by reading the historical attribute.
|
Constructor and Description |
---|
EntryHistoricalAttribute(EntryHistorical entryHistorical)
Creates a new ds-sync-hist attribute whose content is based on the provided historical information.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReplicationServer.onlyForTestsAddlocalReplicationServer(HostPort server)
WARNING : only use this methods for tests purpose.
|
static void |
ReplicationServer.onlyForTestsClearLocalReplicationServerList()
WARNING : only use this methods for tests purpose.
|
Modifier and Type | Method and Description |
---|---|
long |
ReplicationDomain.getAssuredSdAcknowledgedUpdates()
Gets the number of updates sent in assured safe data mode that have been acknowledged without errors.
|
long |
ReplicationDomain.getAssuredSdSentUpdates()
Gets the number of updates sent in assured safe data mode.
|
Map<Integer,Integer> |
ReplicationDomain.getAssuredSdServerTimeoutUpdates()
Gets the number of updates sent in assured safe data mode that have not been acknowledged due to timeout error
per server.
|
long |
ReplicationDomain.getAssuredSdTimeoutUpdates()
Gets the number of updates sent in assured safe data mode that have not been acknowledged due to timeout error.
|
Map<Integer,Integer> |
ReplicationDomain.getAssuredSrServerNotAcknowledgedUpdates()
Gets the number of updates sent in assured safe read mode that have not been acknowledged per server.
|
Entry |
ReplicationDomain.getMonitorEntry()
Returns the monitor entry for this replication domain.
|
int |
ReplicationDomain.getReplicationServerPort()
Get the port of the replicationServer to which this domain is currently connected.
|
Copyright 2010-2018 ForgeRock AS.