public static enum Statement.PSModeType extends Enum<Statement.PSModeType>
| Enum Constant and Description | 
|---|
| LOCAL | 
| REMOTE_SPARK | 
| Modifier and Type | Method and Description | 
|---|---|
| static Statement.PSModeType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Statement.PSModeType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Statement.PSModeType LOCAL
public static final Statement.PSModeType REMOTE_SPARK
public static Statement.PSModeType[] values()
for (Statement.PSModeType c : Statement.PSModeType.values()) System.out.println(c);
public static Statement.PSModeType 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.