Uses of Interface
org.apache.flink.runtime.state.changelog.StateChangelogHandleReader
-
Packages that use StateChangelogHandleReader Package Description org.apache.flink.runtime.state.changelog org.apache.flink.runtime.state.changelog.inmemory -
-
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 classStateChangelogHandleStreamHandleReaderA reader forChangelogStateHandleStreamImplthat iterates over its underlyingstream handlesand 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()
-