Package org.apache.flink.runtime.state.changelog
-
Interface Summary Interface Description ChangelogStateBackendHandle A handle to ChangelogStateBackend state.ChangelogStateHandle A handle to savedstate changes.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.SequenceNumberRange StateChangelogHandleReader<Handle extends ChangelogStateHandle> Allows to read state changelog referenced by the providedChangelogStateHandle.StateChangelogHandleStreamHandleReader.StateChangeIterator Reads a stream of state changes starting from a specified offset.StateChangelogStorage<Handle extends ChangelogStateHandle> A storage for changelog.StateChangelogStorageFactory A factory forStateChangelogStorage.StateChangelogStorageView<Handle extends ChangelogStateHandle> A storage view for changelog.StateChangelogWriter<Handle extends ChangelogStateHandle> Allows to write data to the log. -
Class Summary Class Description ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl ChangelogStateBackendLocalHandle State handle for local copies ofChangelogStateHandleStreamImpl.ChangelogStateHandleStreamImpl ChangelogStateHandleimplementation based onStreamStateHandle.LocalChangelogRegistryImpl SequenceNumber.GenericSequenceNumber GenericSequenceNumber.SequenceNumberRange.GenericSequenceNumberRange StateChange Change of state of a keyed operator.StateChangelogHandleStreamHandleReader A reader forChangelogStateHandleStreamImplthat iterates over its underlyingstream handlesand offsets.StateChangelogStorageLoader A thin wrapper aroundPluginManagerto loadStateChangelogStorage.