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