public static enum Runner.OpeningState extends Enum<Runner.OpeningState>
| Enum Constant and Description |
|---|
CheckingLogPresence |
MaterializingLog |
OpeningCdcProcessor |
OpeningDbConnection |
OpeningTransactionLog |
| Modifier and Type | Method and Description |
|---|---|
static Runner.OpeningState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Runner.OpeningState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Runner.OpeningState OpeningDbConnection
public static final Runner.OpeningState CheckingLogPresence
public static final Runner.OpeningState MaterializingLog
public static final Runner.OpeningState OpeningTransactionLog
public static final Runner.OpeningState OpeningCdcProcessor
public static Runner.OpeningState[] values()
for (Runner.OpeningState c : Runner.OpeningState.values()) System.out.println(c);
public static Runner.OpeningState 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 © 2016 Neeve Research, LLC. All Rights Reserved.