Package org.apache.flink.changelog.fs
Class StateChangeSet
java.lang.Object
org.apache.flink.changelog.fs.StateChangeSet
A set of changes made to some state(s) by a single state backend during a single checkpoint.
There can be zero or more change sets for a single checkpoint. Thread-safe with the assumption
that constructor arguments are not modified outside.
-
Constructor Summary
ConstructorsConstructorDescriptionStateChangeSet(UUID logId, org.apache.flink.runtime.state.changelog.SequenceNumber sequenceNumber, List<org.apache.flink.runtime.state.changelog.StateChange> changes) -
Method Summary