Package io.debezium.connector.oracle
Class RedoThreadState
java.lang.Object
io.debezium.connector.oracle.RedoThreadState
Provides a consistent view in the Oracle database redo thread state from
GV$THREAD.- Author:
- Chris Cranford
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSimple builder pattern for creating the immutableRedoThreadStateobject.static classProvides details about a specific redo thread inGV$THREAD. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RedoThreadState.Builderbuilder()Construct a builder for creating the redo thread state.getRedoThread(Integer threadId) Get the collection of underlying redo threads.
-
Field Details
-
threads
-
-
Constructor Details
-
RedoThreadState
-
-
Method Details
-
getThreads
Get the collection of underlying redo threads.- Returns:
- list of all configured redo threads
-
getRedoThread
-
builder
Construct a builder for creating the redo thread state.- Returns:
- a new builder instance, never
null
-