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 toStateChangelogStorageas an optimization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSequenceNumber.GenericSequenceNumberGenericSequenceNumber.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceNumbernext()static SequenceNumberof(long number)-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
next
SequenceNumber next()
-
of
static SequenceNumber of(long number)
-
-