Uses of Class
org.forgerock.opendj.server.leaderbasedreplication.StreamId
Packages that use StreamId
Package
Description
This package contains the main class of the leader based replication.
This package contains the API for the changelog database.
This package contains a file-based log implementation for the changelog database API.
-
Uses of StreamId in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication that return StreamIdMethods in org.forgerock.opendj.server.leaderbasedreplication that return types with arguments of type StreamIdModifier and TypeMethodDescriptionReplicaState.getStreamsByReplicaId()Returns the StreamIds for each replica.ReplicaState.streamIds()Returns the StreamIds in the state.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type StreamId -
Uses of StreamId in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return types with arguments of type StreamIdModifier and TypeMethodDescriptionReplicationDomainDB.getChangelogCursors(Dn baseDN) GeneratesDBCursorfor all streams of a given domain.Methods in org.opends.server.replication.server.changelog.api with parameters of type StreamIdModifier and TypeMethodDescriptionReplicationDomainDB.getStreamIdCursor(DomainReplicaId domainReplicaId, StreamId streamId) Generates aDBCursorfor a given stream of a replica. -
Uses of StreamId in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return types with arguments of type StreamIdModifier and TypeMethodDescriptionFileChangelogDB.getChangelogCursors(Dn baseDN) ReplicationEnvironment.getOrCreateReplicaDB(DomainReplicaId domainReplicaId, GenerationId generationId) Finds or creates the log used to store changes from the replication server with the given replica id and the given baseDN.Methods in org.opends.server.replication.server.changelog.file with parameters of type StreamIdModifier and TypeMethodDescriptionFileChangelogDB.getStreamIdCursor(DomainReplicaId replicaId, StreamId streamId) Returns a cursor for a given replicaId and streamId.FileChangelogDB.getStreamOldestCsn(DomainReplicaId domainReplicaId, StreamId streamId) Returns the oldest CSN for a given stream of a replica.