public interface KeyGroupRestoringOperator
| Modifier and Type | Method and Description |
|---|---|
void |
restoreKeyGroupState(int keyGroupIndex,
java.io.DataInputStream in)
Restore the state for a given
keyGroupIndex. |
void restoreKeyGroupState(int keyGroupIndex,
java.io.DataInputStream in)
throws java.lang.Exception
keyGroupIndex.keyGroupIndex - the id of the key-group to be put in the snapshot.in - the stream to read from.java.lang.Exception