java.io.Serializable, java.lang.Comparable<ContainerExecutor.Signal>public static enum ContainerExecutor.Signal extends java.lang.Enum<ContainerExecutor.Signal>
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
Get the signal number.
|
java.lang.String |
toString() |
|
static ContainerExecutor.Signal |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ContainerExecutor.Signal[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerExecutor.Signal NULL
public static final ContainerExecutor.Signal QUIT
public static final ContainerExecutor.Signal KILL
public static final ContainerExecutor.Signal TERM
public static ContainerExecutor.Signal[] values()
for (ContainerExecutor.Signal c : ContainerExecutor.Signal.values()) System.out.println(c);
public static ContainerExecutor.Signal valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public java.lang.String toString()
toString in class java.lang.Enum<ContainerExecutor.Signal>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.