Uses of Class
org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
Packages that use ChangelogStateHandleStreamImpl Package Description org.apache.flink.runtime.state.changelog -
-
Uses of ChangelogStateHandleStreamImpl in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog that return ChangelogStateHandleStreamImpl Modifier and Type Method Description static ChangelogStateHandleStreamImpl
ChangelogStateHandleStreamImpl. restore(List<org.apache.flink.api.java.tuple.Tuple2<StreamStateHandle,Long>> handlesAndOffsets, KeyGroupRange keyGroupRange, long size, long incrementalSize, String storageIdentifier, StateHandleID stateHandleID)
Methods in org.apache.flink.runtime.state.changelog with parameters of type ChangelogStateHandleStreamImpl Modifier and Type Method Description org.apache.flink.util.CloseableIterator<StateChange>
StateChangelogHandleStreamHandleReader. getChanges(ChangelogStateHandleStreamImpl handle)
-