Uses of Class
io.debezium.connector.oracle.logminer.LogFile
Packages that use LogFile
-
Uses of LogFile in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer with type parameters of type LogFileMethods in io.debezium.connector.oracle.logminer that return types with arguments of type LogFileModifier and TypeMethodDescriptionLogFileCollector.deduplicateLogFiles(Collection<LogFile> archiveLogFiles, Collection<LogFile> onlineLogFiles) Get a list of all log files that should be mined given the specified system change number.LogFileCollector.getLogsForOffsetScn(Scn offsetScn) LogMinerAdapter.getMostRecentLogFilesForSearch(List<LogFile> allLogFiles) LogMinerAdapter.getOrderedLogsFromScn(OracleConnectorConfig config, Scn sinceScn, OracleConnection connection) Method parameters in io.debezium.connector.oracle.logminer with type arguments of type LogFileModifier and TypeMethodDescriptionprivate voidLogMinerAdapter.addLogsToSession(List<LogFile> logs, OracleConnection connection) LogFileCollector.deduplicateLogFiles(Collection<LogFile> archiveLogFiles, Collection<LogFile> onlineLogFiles) private List<BigInteger>LogMinerStreamingChangeEventSource.getCurrentLogFileSequences(List<LogFile> logFiles) Get the current log file sequences from the supplied list of log files.LogFileCollector.getFirstLogMissingSequence(List<LogFile> logFiles) Searches the specified redo-thread logs and returns the first missing log sequence; if any exist.private ScnLogMinerStreamingChangeEventSource.getMaxArchiveLogScn(List<LogFile> logFiles) Get the maximum archive log SCNLogMinerAdapter.getMostRecentLogFilesForSearch(List<LogFile> allLogFiles) private LogFileCollector.SequenceRangeLogFileCollector.getSequenceRangeForRedoThreadLogs(List<LogFile> redoThreadLogs) Calculates the sequence range for a collection of logs for a given redo thread.private booleanLogFileCollector.hasLogFileWithSequenceNumber(long sequenceId, List<LogFile> redoThreadLogs) Check whether there is a log file in the collection with the specified sequence number.private booleanLogFileCollector.isClosedThreadConsistent(RedoThreadState.RedoThread thread, Scn startScn, List<LogFile> threadLogs) Checks whether the specified closedthreadhas consistent redo-logs in the specified collection.booleanLogFileCollector.isLogFileListConsistent(Scn startScn, List<LogFile> logs, RedoThreadState currentRedoThreadState) Checks consistency of the list of log files for redo threads in thecurrentRedoThreadStatestate.private booleanLogFileCollector.isOpenThreadConsistent(RedoThreadState.RedoThread thread, Scn startScn, List<LogFile> threadLogs) Checks whether the specified openthreadhas consistent redo-logs in the specified collection.