Uses of Class
io.debezium.connector.oracle.RedoThreadState.RedoThread
Packages that use RedoThreadState.RedoThread
-
Uses of RedoThreadState.RedoThread in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle with type parameters of type RedoThreadState.RedoThreadModifier and TypeFieldDescriptionprivate final List<RedoThreadState.RedoThread>RedoThreadState.Builder.threadsprivate final List<RedoThreadState.RedoThread>RedoThreadState.threadsMethods in io.debezium.connector.oracle that return RedoThreadState.RedoThreadMethods in io.debezium.connector.oracle that return types with arguments of type RedoThreadState.RedoThreadModifier and TypeMethodDescriptionRedoThreadState.getThreads()Get the collection of underlying redo threads.Constructor parameters in io.debezium.connector.oracle with type arguments of type RedoThreadState.RedoThread -
Uses of RedoThreadState.RedoThread in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer with parameters of type RedoThreadState.RedoThreadModifier and TypeMethodDescriptionprivate booleanLogFileCollector.isClosedThreadConsistent(RedoThreadState.RedoThread thread, Scn startScn, List<LogFile> threadLogs) Checks whether the specified closedthreadhas consistent redo-logs in the specified collection.private booleanLogFileCollector.isOpenThreadConsistent(RedoThreadState.RedoThread thread, Scn startScn, List<LogFile> threadLogs) Checks whether the specified openthreadhas consistent redo-logs in the specified collection.