public static enum IRogChangeDataCaptureHandler.LogCompletionReason extends Enum<IRogChangeDataCaptureHandler.LogCompletionReason>
Enum Constant and Description |
---|
Closed
Indicates that the CDC processor was closed
|
Error
Indicates an error was encountered during CDC processing
|
LogNotCheckpointed
Indicates the CDC run completed because the log was not checkpointed
|
MovedOntoNextLog
Indicates the CDC run completed it reached the end of the current log
and the current log is not the live log. i.e.
|
Modifier and Type | Method and Description |
---|---|
static IRogChangeDataCaptureHandler.LogCompletionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRogChangeDataCaptureHandler.LogCompletionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRogChangeDataCaptureHandler.LogCompletionReason LogNotCheckpointed
public static final IRogChangeDataCaptureHandler.LogCompletionReason MovedOntoNextLog
public static final IRogChangeDataCaptureHandler.LogCompletionReason Closed
public static final IRogChangeDataCaptureHandler.LogCompletionReason Error
public static IRogChangeDataCaptureHandler.LogCompletionReason[] values()
for (IRogChangeDataCaptureHandler.LogCompletionReason c : IRogChangeDataCaptureHandler.LogCompletionReason.values()) System.out.println(c);
public static IRogChangeDataCaptureHandler.LogCompletionReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Neeve Research, LLC. All Rights Reserved.