Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged.PrivilegedOperation.OperationType
Packages that use PrivilegedOperation.OperationType
-
Uses of PrivilegedOperation.OperationType in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged that return PrivilegedOperation.OperationTypeModifier and TypeMethodDescriptionPrivilegedOperation.getOperationType()Returns the enum constant of this class with the specified name.static PrivilegedOperation.OperationType[]PrivilegedOperation.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged with parameters of type PrivilegedOperation.OperationTypeModifierConstructorDescriptionPrivilegedOperation(PrivilegedOperation.OperationType opType, String arg) PrivilegedOperation(PrivilegedOperation.OperationType opType, List<String> args)