java.io.Serializable, java.lang.Comparable<PrivilegedOperation.RunAsUserCommand>public static enum PrivilegedOperation.RunAsUserCommand extends java.lang.Enum<PrivilegedOperation.RunAsUserCommand>
| Enum Constant | Description |
|---|---|
DELETE_AS_USER |
|
INITIALIZE_CONTAINER |
|
LAUNCH_CONTAINER |
|
LAUNCH_DOCKER_CONTAINER |
|
LIST_AS_USER |
|
SIGNAL_CONTAINER |
|
SYNC_YARN_SYSFS |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
|
static PrivilegedOperation.RunAsUserCommand |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PrivilegedOperation.RunAsUserCommand[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrivilegedOperation.RunAsUserCommand INITIALIZE_CONTAINER
public static final PrivilegedOperation.RunAsUserCommand LAUNCH_CONTAINER
public static final PrivilegedOperation.RunAsUserCommand SIGNAL_CONTAINER
public static final PrivilegedOperation.RunAsUserCommand DELETE_AS_USER
public static final PrivilegedOperation.RunAsUserCommand LAUNCH_DOCKER_CONTAINER
public static final PrivilegedOperation.RunAsUserCommand LIST_AS_USER
public static final PrivilegedOperation.RunAsUserCommand SYNC_YARN_SYSFS
public static PrivilegedOperation.RunAsUserCommand[] values()
for (PrivilegedOperation.RunAsUserCommand c : PrivilegedOperation.RunAsUserCommand.values()) System.out.println(c);
public static PrivilegedOperation.RunAsUserCommand 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()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.