Interface StateChangelogHandleStreamHandleReader.StateChangeIterator
-
- Enclosing class:
- StateChangelogHandleStreamHandleReader
public static interface StateChangelogHandleStreamHandleReader.StateChangeIterator
Reads a stream of state changes starting from a specified offset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.util.CloseableIterator<StateChange>
read(StreamStateHandle handle, long offset)
-
-
-
Method Detail
-
read
org.apache.flink.util.CloseableIterator<StateChange> read(StreamStateHandle handle, long offset) throws IOException
- Throws:
IOException
-
-