Uses of Class
io.debezium.connector.oracle.logminer.LogFile
-
Packages that use LogFile Package Description io.debezium.connector.oracle.logminer -
-
Uses of LogFile in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer that return types with arguments of type LogFile Modifier and Type Method Description static List<LogFile>LogMinerHelper. getLogFilesForOffsetScn(OracleConnection connection, Scn offsetScn, Duration archiveLogRetention, boolean archiveLogOnlyMode, String archiveDestinationName)Get all log files that should be mined.Method parameters in io.debezium.connector.oracle.logminer with type arguments of type LogFile Modifier and Type Method Description private static ScnLogMinerHelper. getMinimumScn(List<LogFile> logs)private static booleanLogMinerHelper. hasNoLogFilesStartingBeforeScn(List<LogFile> logs, Scn scn)
-