Interface RefreshPolicy
public interface RefreshPolicy
Represents the refresh policy of a
ReplicationUnit.- Since:
- 5.8.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif this refresh policy is on commit.booleanReturnstrueif this refresh policy is on demand.booleanReturnstrueif this refresh policy concerns D3 snapshots.
-
Method Details
-
isOnCommit
boolean isOnCommit()Returnstrueif this refresh policy is on commit. -
isOnDemand
boolean isOnDemand()Returnstrueif this refresh policy is on demand. -
isOnSnapshot_OnlyForD3
boolean isOnSnapshot_OnlyForD3()Returnstrueif this refresh policy concerns D3 snapshots.
-