Interface FileTxnSnapLog.PlayBackListener
-
- Enclosing class:
- FileTxnSnapLog
public static interface FileTxnSnapLog.PlayBackListener
This listener helps the external apis calling restore to gather information while the data is being restored.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTxnLoaded(org.apache.zookeeper.txn.TxnHeader hdr, org.apache.jute.Record rec)
-