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(TxnHeader hdr, org.apache.jute.Record rec)
-
-
-
Method Detail
-
onTxnLoaded
void onTxnLoaded(TxnHeader hdr, org.apache.jute.Record rec)
-
-