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