Uses of Class
org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
-
Packages that use ReplicationDomainDB.ReplicaDbFileContent Package Description org.opends.server.replication.server.changelog.api This package contains the API for the changelog database. -
-
Uses of ReplicationDomainDB.ReplicaDbFileContent in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return ReplicationDomainDB.ReplicaDbFileContent Modifier and Type Method Description ReplicationDomainDB.ReplicaDbFileContent
ReplicationDomainDB.ReplicaDbDescription. getNewestFile()
Returns the content of the newest file in the Replica DB.Constructors in org.opends.server.replication.server.changelog.api with parameters of type ReplicationDomainDB.ReplicaDbFileContent Constructor Description ReplicaDbDescription(int numberOfFiles, boolean newestMessageIsReplicaOfflineMessage, ReplicationDomainDB.ReplicaDbFileContent newestFile)
Constructs a new ReplicaDbDescription with the specified parameters.
-