public interface BatchingStateRestoreCallback extends StateRestoreCallback
StateStore
It is expected that implementations of this class will not call the StateRestoreCallback.restore(byte[],
byte[])
method.Modifier and Type | Method and Description |
---|---|
void |
restoreAll(java.util.Collection<KeyValue<byte[],byte[]>> records)
Called to restore a number of records.
|
restore
void restoreAll(java.util.Collection<KeyValue<byte[],byte[]>> records)
StateStore
is fulled
restored.records
- the records to restore.