CheckpointIndex

value class CheckpointIndex(val value: Int)

Represents the checkpoint's order (stream-level for stream state, global for global state). Specifically, no state shall be released for CheckpointIndex N until all state for CheckpointIndexes 1..N-1 have been released.

Begins at 1.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int