- Enclosing class:
- RepUtils
public static interface RepUtils.ConsistencyPolicyFormat<T extends ReplicaConsistencyPolicy>
ReplicaConsistencyPolicy must be stored as a String for use with
ReplicationConfig and je.properties. ConsistencyPolicyFormat is an
internal handler that formats and parses the string representation of
the policy. Only a fixed number of string-representable policies are
supported. Other policies that are not string-representable can only be
used in TransactionConfig, not ReplicationConfig. For testing only, we
allow defining new custom policies.