Interface BatchingStateRestoreCallback

    • Method Detail

      • restoreAll

        void restoreAll​(Collection<KeyValue<byte[],​byte[]>> records)
        Called to restore a number of records. This method is called repeatedly until the StateStore is fulled restored.
        Parameters:
        records - the records to restore.