Enum Class ReplicationServerCfgDefn.AllowUpdatesPolicy

java.lang.Object
java.lang.Enum<ReplicationServerCfgDefn.AllowUpdatesPolicy>
org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
All Implemented Interfaces:
Serializable, Comparable<ReplicationServerCfgDefn.AllowUpdatesPolicy>, java.lang.constant.Constable
Enclosing class:
ReplicationServerCfgDefn

public static enum ReplicationServerCfgDefn.AllowUpdatesPolicy extends Enum<ReplicationServerCfgDefn.AllowUpdatesPolicy>
Defines the set of permissible values for the "allow-updates-policy" property.

Define how to allow servers to send updates to this replication server

The replication server will only accept updates from servers allowed by the specified strategy. It will discard updates coming from servers which are not allowed, without processing them nor storing them in its changelog.