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