Enum Class ReplicationServerCfgDefn.ChangelogEnabled

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

public static enum ReplicationServerCfgDefn.ChangelogEnabled extends Enum<ReplicationServerCfgDefn.ChangelogEnabled>
Defines the set of permissible values for the "changelog-enabled" property.

Specifies whether the "cn=changelog" backend will be available to client applications.

  • Enum Constant Details

    • DISABLED

      public static final ReplicationServerCfgDefn.ChangelogEnabled DISABLED
      The "cn=changelog" backend will not be available to client applications.
    • ENABLED

      public static final ReplicationServerCfgDefn.ChangelogEnabled ENABLED
      The "cn=changelog" backend will be available to client applications. It will support searches using changelog cookies and "change numbers" as per the internet draft, https://datatracker.ietf.org/doc/html/draft-good-ldap-changelog-04. Change numbers are globally consistent across all servers. This mode requires additional CPU, disk accesses and storage, so it should not be used unless change number based browsing is required.
  • Method Details