Package org.apache.flink.runtime.state
Interface StateSnapshotKeyGroupReader
-
@Internal public interface StateSnapshotKeyGroupReaderInterface for state de-serialization intoStateTables by key-group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadMappingsInKeyGroup(org.apache.flink.core.memory.DataInputView div, int keyGroupId)Read the data for the specified key-group from the input.
-
-
-
Method Detail
-
readMappingsInKeyGroup
void readMappingsInKeyGroup(@Nonnull org.apache.flink.core.memory.DataInputView div, @Nonnegative int keyGroupId) throws IOExceptionRead the data for the specified key-group from the input.- Parameters:
div- the inputkeyGroupId- the key-group to write- Throws:
IOException- on write related problems
-
-