public static interface StateSnapshot.StateKeyGroupWriter
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.