Uses of Interface
org.apache.flink.runtime.state.changelog.StateChangelogHandleReader
-
Packages that use StateChangelogHandleReader Package Description org.apache.flink.changelog.fs org.apache.flink.runtime.state.changelog org.apache.flink.runtime.state.changelog.inmemory -
-
Uses of StateChangelogHandleReader in org.apache.flink.changelog.fs
Methods in org.apache.flink.changelog.fs that return StateChangelogHandleReader Modifier and Type Method Description StateChangelogHandleReader<ChangelogStateHandleStreamImpl>
FsStateChangelogStorageForRecovery. createReader()
-
Uses of StateChangelogHandleReader in org.apache.flink.runtime.state.changelog
Classes in org.apache.flink.runtime.state.changelog that implement StateChangelogHandleReader Modifier and Type Class Description class
StateChangelogHandleStreamHandleReader
A reader forChangelogStateHandleStreamImpl
that iterates over its underlyingstream handles
and offsets.Methods in org.apache.flink.runtime.state.changelog that return StateChangelogHandleReader Modifier and Type Method Description StateChangelogHandleReader<Handle>
StateChangelogStorageView. createReader()
-
Uses of StateChangelogHandleReader in org.apache.flink.runtime.state.changelog.inmemory
Methods in org.apache.flink.runtime.state.changelog.inmemory that return StateChangelogHandleReader Modifier and Type Method Description StateChangelogHandleReader<InMemoryChangelogStateHandle>
InMemoryStateChangelogStorage. createReader()
-