public static enum WakeupReaderEvent.WakeUpTarget extends Enum<WakeupReaderEvent.WakeUpTarget>
| Enum Constant and Description |
|---|
BINLOG_READER |
SNAPSHOT_READER |
| Modifier and Type | Method and Description |
|---|---|
static WakeupReaderEvent.WakeUpTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WakeupReaderEvent.WakeUpTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WakeupReaderEvent.WakeUpTarget SNAPSHOT_READER
public static final WakeupReaderEvent.WakeUpTarget BINLOG_READER
public static WakeupReaderEvent.WakeUpTarget[] values()
for (WakeupReaderEvent.WakeUpTarget c : WakeupReaderEvent.WakeUpTarget.values()) System.out.println(c);
public static WakeupReaderEvent.WakeUpTarget 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 © 2022 The Apache Software Foundation. All rights reserved.