public static enum Types.ExecType extends Enum<Types.ExecType>
| Modifier and Type | Method and Description | 
|---|---|
| static Types.ExecType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Types.ExecType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Types.ExecType CP
public static final Types.ExecType CP_FILE
public static final Types.ExecType SPARK
public static final Types.ExecType GPU
public static final Types.ExecType FED
public static final Types.ExecType INVALID
public static Types.ExecType[] values()
for (Types.ExecType c : Types.ExecType.values()) System.out.println(c);
public static Types.ExecType 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 © 2021 The Apache Software Foundation. All rights reserved.