Interface StateSnapshot.StateKeyGroupWriter

    • Method Detail

      • writeStateInKeyGroup

        void writeStateInKeyGroup​(@Nonnull
                                  org.apache.flink.core.memory.DataOutputView dov,
                                  @Nonnegative
                                  int keyGroupId)
                           throws IOException
        Writes the data for the specified key-group to the output. You must call StateSnapshot.getKeyGroupWriter() once before first calling this method.
        Parameters:
        dov - the output.
        keyGroupId - the key-group to write.
        Throws:
        IOException - on write-related problems.