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