Package io.debezium.connector.oracle
Class RedoThreadState.RedoThread
java.lang.Object
io.debezium.connector.oracle.RedoThreadState.RedoThread
- Enclosing class:
- RedoThreadState
Provides details about a specific redo thread in
GV$THREAD.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Scnprivate final Instantprivate final Longprivate final Longprivate final Longprivate static final Stringprivate final Scnprivate final Instantprivate final Stringprivate final Scnprivate final Instantprivate final Stringprivate final Longprivate final Scnprivate final Longprivate final Instantprivate final Longprivate static final Stringprivate final Instantprivate final Stringprivate final Integer -
Constructor Summary
ConstructorsConstructorDescriptionRedoThread(Integer threadId, String status, String enabled, Long logGroups, String instanceName, Instant openTime, Long currentGroupNumber, Long currentSequenceNumber, Scn checkpointScn, Instant checkpointTime, Scn enabledScn, Instant enabledTime, Scn disabledScn, Instant disabledTime, Long lastRedoSequenceNumber, Long lastRedoBlock, Scn lastRedoScn, Instant lastRedoTime, Long conId) -
Method Summary
-
Field Details
-
OPEN
- See Also:
-
DISABLED
- See Also:
-
threadId
-
status
-
enabled
-
logGroups
-
instanceName
-
openTime
-
currentGroupNumber
-
currentSequenceNumber
-
checkpointScn
-
checkpointTime
-
enabledScn
-
enabledTime
-
disabledScn
-
disabledTime
-
lastRedoSequenceNumber
-
lastRedoBlock
-
lastRedoScn
-
lastRedoTime
-
conId
-
-
Constructor Details
-
RedoThread
public RedoThread(Integer threadId, String status, String enabled, Long logGroups, String instanceName, Instant openTime, Long currentGroupNumber, Long currentSequenceNumber, Scn checkpointScn, Instant checkpointTime, Scn enabledScn, Instant enabledTime, Scn disabledScn, Instant disabledTime, Long lastRedoSequenceNumber, Long lastRedoBlock, Scn lastRedoScn, Instant lastRedoTime, Long conId)
-
-
Method Details
-
getThreadId
-
getStatus
-
getEnabled
-
getLogGroups
-
getInstanceName
-
getOpenTime
-
getCurrentGroupNumber
-
getCurrentSequenceNumber
-
getCheckpointScn
-
getCheckpointTime
-
getEnabledScn
-
getEnabledTime
-
getDisabledScn
-
getDisabledTime
-
getLastRedoSequenceNumber
-
getLastRedoBlock
-
getLastRedoScn
-
getLastRedoTime
-
getConId
-
isOpen
public boolean isOpen() -
isDisabled
public boolean isDisabled() -
toString
-