Package org.apache.flink.runtime.state
Interface StateSnapshotKeyGroupReader
-
@Internal public interface StateSnapshotKeyGroupReader
Interface for state de-serialization intoStateTable
s by key-group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readMappingsInKeyGroup(DataInputView div, int keyGroupId)
Read the data for the specified key-group from the input.
-
-
-
Method Detail
-
readMappingsInKeyGroup
void readMappingsInKeyGroup(@Nonnull DataInputView div, @Nonnegative int keyGroupId) throws IOException
Read 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
-
-