Package | Description |
---|---|
com.hcl.domino.admin.replication |
Modifier and Type | Method and Description |
---|---|
ReplicaInfo |
Replication.getReplicaInfo(Database db)
This function gets the given database's
ReplicaInfo structure.This structure contains information that tells the Domino Replicator how to treat the database. The ".ID" member enables the Replicator to identify "replicas" of databases. The ".CutoffInterval" is the age in days at which deleted document identifiers are purged. Domino divides this interval into thirds, and for each third of the interval carries out what amounts to an incremental purge. These deleted document identifiers are sometimes called deletion stubs. The ".Cutoff" member is a DominoDateTime value that is calculated by
subtracting the Cutoff Interval (also called Purge Interval) from today's date.It prevents notes that are older than that date from being replicated at all. The ".Flags" member is a bit-wise encoded short that stores miscellaneous Replicator flags. |
Modifier and Type | Method and Description |
---|---|
void |
Replication.setReplicaInfo(Database db,
ReplicaInfo replicaInfo)
This function sets the given database's
ReplicaInfo structure.Use this function to set specific values, such as the replica ID, in the header data of a database. You may also use Replication.setReplicaInfo(Database, ReplicaInfo) to set values
such as the replication flags in the header of the database. |
Copyright © 2019–2021 HCL. All rights reserved.