Interface RefreshPolicy


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

    Modifier and Type
    Method
    Description
    boolean
    Returns true if this refresh policy is on commit.
    boolean
    Returns true if this refresh policy is on demand.
    boolean
    Returns true if this refresh policy concerns D3 snapshots.
  • Method Details

    • 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.