| Package | Description |
|---|---|
| org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
| org.opends.server.replication.server.changelog.file |
This package contains a file-based log implementation for the changelog
database API.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicaId |
ReplicaId.of(DN baseDN,
int serverId)
Creates a ReplicaId with the provided parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ReplicaId.compareTo(ReplicaId o) |
| Modifier and Type | Method and Description |
|---|---|
ReplicaId |
ReplicaCursor.getReplicaId()
Returns the replica identifier that this cursor is associated to.
|
| Constructor and Description |
|---|
ReplicaCursor(DBCursor<UpdateMsg> cursor,
CSN offlineCSN,
ReplicaId replicaId,
ReplicationDomainDB domainDB)
Creates a ReplicaCursor object with a cursor to decorate
and an offlineCSN to return as part of a ReplicaOfflineMsg.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.