Interface RefreshPolicy


  • public interface RefreshPolicy
    Represents the refresh policy of a ReplicationUnit.
    Since:
    5.8.0
    See Also:
    ReplicationUnit
    • Method Detail

      • isOnCommit

        boolean isOnCommit()
        Returns true if this refresh policy is on commit.
      • isOnDemand

        boolean isOnDemand()
        Returns true if this refresh policy is on demand.
      • isOnSnapshot_OnlyForD3

        boolean isOnSnapshot_OnlyForD3()
        Returns true if this refresh policy concerns D3 snapshots.