Uses of Package
org.apache.flink.runtime.state.changelog
-
Packages that use org.apache.flink.runtime.state.changelog Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.changelog org.apache.flink.runtime.state.changelog.inmemory -
Classes in org.apache.flink.runtime.state.changelog used by org.apache.flink.runtime.state Class Description ChangelogStateHandle A handle to savedstate changes
.StateChangelogStorage A storage for changelog.StateChangelogStorageView A storage view for changelog. -
Classes in org.apache.flink.runtime.state.changelog used by org.apache.flink.runtime.state.changelog Class Description ChangelogStateBackendHandle A handle to ChangelogStateBackend state.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl ChangelogStateHandle A handle to savedstate changes
.ChangelogStateHandleStreamImpl ChangelogStateHandle
implementation based onStreamStateHandle
.LocalChangelogRegistry This registry is responsible for deleting changlog's local handles which are not in use.SequenceNumber A logical timestamp to draw a boundary between the materialized and non-materialized changes.SequenceNumber.GenericSequenceNumber GenericSequenceNumber
.SequenceNumberRange StateChange Change of state of a keyed operator.StateChangelogHandleReader Allows to read state changelog referenced by the providedChangelogStateHandle
.StateChangelogHandleStreamHandleReader.StateChangeIterator Reads a stream of state changes starting from a specified offset.StateChangelogStorage A storage for changelog.StateChangelogStorageView A storage view for changelog.StateChangelogWriter Allows to write data to the log. -
Classes in org.apache.flink.runtime.state.changelog used by org.apache.flink.runtime.state.changelog.inmemory Class Description ChangelogStateHandle A handle to savedstate changes
.SequenceNumber A logical timestamp to draw a boundary between the materialized and non-materialized changes.StateChange Change of state of a keyed operator.StateChangelogHandleReader Allows to read state changelog referenced by the providedChangelogStateHandle
.StateChangelogStorage A storage for changelog.StateChangelogStorageFactory A factory forStateChangelogStorage
.StateChangelogStorageView A storage view for changelog.