Interface StateSnapshotKeyGroupReader


  • @Internal
    public interface StateSnapshotKeyGroupReader
    Interface for state de-serialization into StateTables by key-group.
    • Method Detail

      • readMappingsInKeyGroup

        void readMappingsInKeyGroup​(@Nonnull
                                    DataInputView div,
                                    @Nonnegative
                                    int keyGroupId)
                             throws IOException
        Read the data for the specified key-group from the input.
        Parameters:
        div - the input
        keyGroupId - the key-group to write
        Throws:
        IOException - on write related problems