Interface SequenceNumber

All Superinterfaces:
Comparable<SequenceNumber>, Serializable
All Known Implementing Classes:
SequenceNumber.GenericSequenceNumber

@Internal public interface SequenceNumber extends Comparable<SequenceNumber>, Serializable
A logical timestamp to draw a boundary between the materialized and non-materialized changes. Maintained by the state backend but implementations may choose to move its generation to StateChangelogStorage as an optimization.