Enum GeoServerCoherencyPolicy
Indicates the type of coherency policy used for GeoServer "pull" replication.
public enum GeoServerCoherencyPolicy : byte
Fields
NoAutoRefresh = 0Proxy objects in other stores should not be refreshed automatically.
Notify = 2Remote stores should be notified of changes to the object so they can refresh their proxy object.
Poll = 1Proxy objects will be periodically refreshed in remote stores.