Interface RefreshPolicy
-
public interface RefreshPolicyRepresents the refresh policy of aReplicationUnit.- Since:
- 5.8.0
- See Also:
ReplicationUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOnCommit()Returnstrueif this refresh policy is on commit.booleanisOnDemand()Returnstrueif this refresh policy is on demand.booleanisOnSnapshot_OnlyForD3()Returnstrueif this refresh policy concerns D3 snapshots.
-