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.
-