Uses of Class
org.opends.server.replication.server.changelog.api.RemovedReplicasStates
-
Packages that use RemovedReplicasStates 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. -
-
Uses of RemovedReplicasStates in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return RemovedReplicasStates Modifier and Type Method Description static RemovedReplicasStates
RemovedReplicasStates. fromStates(ServerState lastUpdates, ServerState lastMessages)
Initializes the removed replica states with information read from an external source, typically on disk.RemovedReplicasStates
ReplicationDomainDB. getRemovedReplicasCsns(Dn baseDn)
Returns the latest known CSNs for removed replicas.static RemovedReplicasStates
RemovedReplicasStates. newRemovedReplicasStates()
Returns a removed replica state where all states are empty. -
Uses of RemovedReplicasStates in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return RemovedReplicasStates Modifier and Type Method Description RemovedReplicasStates
FileChangelogDB. getRemovedReplicasCsns(Dn baseDn)
-