See: Description
Interface | Description |
---|---|
ChangelogDB |
This interface is the entry point for the changelog database which stores the replication data on persistent storage.
|
ChangelogStateProvider |
Small interface for common Replication Environment operations.
|
ChangeNumberIndexDB |
This class stores an index of all the changes seen by this server in the form of
ChangeNumberIndexRecord s. |
DBCursor<T> |
Generic cursor interface into the changelog database.
|
ReplicationDomainDB |
This interface allows to query or control the replication domain database(s) (composed of one or more ReplicaDBs) and
query/update each ReplicaDB.
|
Class | Description |
---|---|
ChangeNumberIndexRecord |
The Change Number Index Record class represents records stored in the
ChangeNumberIndexDB . |
DBCursor.CursorOptions |
Options to create a cursor.
|
ReplicaId |
Replica identifier comprised of the domain baseDN and its serverId within this domain.
|
Enum | Description |
---|---|
DBCursor.PositionStrategy |
Represents a cursor key positioning strategy.
|
Exception | Description |
---|---|
AbortedChangelogCursorException |
This exception is thrown when a cursor that has been aborted is used.
|
ChangelogException |
This class define an Exception that must be used when some error condition was detected in the changelog database
that cannot be recovered automatically.
|
Copyright 2010-2018 ForgeRock AS.