public static interface StateSnapshot.StateKeyGroupWriter
Modifier and Type | Method and Description |
---|---|
void |
writeStateInKeyGroup(DataOutputView dov,
int keyGroupId)
Writes the data for the specified key-group to the output.
|
void writeStateInKeyGroup(@Nonnull 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–2021 The Apache Software Foundation. All rights reserved.