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. getArchivedLogFilesForOffsetScn(OracleConnection connection, Scn offsetScn, Duration archiveLogRetention)This method returns all archived log files for one day, containing given offset scnstatic List<LogFile>LogMinerHelper. getOnlineLogFilesForOffsetScn(OracleConnection connection, Scn offsetScn)This method returns all online log files, starting from one which contains offset SCN and ending with one containing largest SCN 18446744073709551615 on Ora 19c is the max value of the nextScn in the current redoMethods in io.debezium.connector.oracle.logminer with parameters of type LogFile Modifier and Type Method Description booleanLogFile. isSameRange(LogFile other)Returns whether the specifiedotherlog file has the same SCN range as this instance.
-