public static interface StateSnapshot.StateKeyGroupWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeStateInKeyGroup(org.apache.flink.core.memory.DataOutputView dov,
int keyGroupId)
Writes the data for the specified key-group to the output.
|
void writeStateInKeyGroup(@Nonnull org.apache.flink.core.memory.DataOutputView dov, @Nonnegative int keyGroupId) throws IOException
StateSnapshot.getKeyGroupWriter() once
before first calling this method.dov - the output.keyGroupId - the key-group to write.IOException - on write-related problems.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.