incrementClock abstract method
Returns a new instance with the vector clock incremented for replicaId.
If this entity does not support vector clocks, it should return itself.
Implementation
DatumEntityInterface incrementClock(String replicaId);
Returns a new instance with the vector clock incremented for replicaId.
If this entity does not support vector clocks, it should return itself.
DatumEntityInterface incrementClock(String replicaId);