Package solutions.a2.cdc.oracle.jmx
Interface OraCdcLogMinerMgmtIntf
- All Known Implementing Classes:
OraCdcLogMinerMgmt
public interface OraCdcLogMinerMgmtIntf
- Author:
- averemee
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAlreadyProcessed(List<String> lastProcessed, int count, long size, long redoReadMillis) voidsetNowProcessed(List<String> nowProcessedArchiveLogs, long currentFirstScn, long currentNextScn, int lagSeconds) voidstart(long startScn)
-
Method Details
-
start
void start(long startScn) -
setNowProcessed
-
addAlreadyProcessed
-