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