@Internal
public interface StateSnapshotKeyGroupReader
StateTable
s by key-group.Modifier and Type | Method and Description |
---|---|
void |
readMappingsInKeyGroup(org.apache.flink.core.memory.DataInputView div,
int keyGroupId)
Read the data for the specified key-group from the input.
|
void readMappingsInKeyGroup(@Nonnull org.apache.flink.core.memory.DataInputView div, @Nonnegative int keyGroupId) throws IOException
div
- the inputkeyGroupId
- the key-group to writeIOException
- on write related problemsCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.