@Generated public enum EventType extends Enum<EventType>
| Modifier and Type | Method and Description |
|---|---|
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType AUTOSCALING_STATS_REPORT
public static final EventType CREATING
public static final EventType DBFS_DOWN
public static final EventType DID_NOT_EXPAND_DISK
public static final EventType DRIVER_HEALTHY
public static final EventType DRIVER_NOT_RESPONDING
public static final EventType DRIVER_UNAVAILABLE
public static final EventType EDITED
public static final EventType EXPANDED_DISK
public static final EventType FAILED_TO_EXPAND_DISK
public static final EventType INIT_SCRIPTS_FINISHED
public static final EventType INIT_SCRIPTS_STARTED
public static final EventType METASTORE_DOWN
public static final EventType NODES_LOST
public static final EventType NODE_BLACKLISTED
public static final EventType NODE_EXCLUDED_DECOMMISSIONED
public static final EventType PINNED
public static final EventType RESIZING
public static final EventType RESTARTING
public static final EventType RUNNING
public static final EventType SPARK_EXCEPTION
public static final EventType STARTING
public static final EventType TERMINATING
public static final EventType UNPINNED
public static final EventType UPSIZE_COMPLETED
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static 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. All rights reserved.