public static enum ParForProgramBlock.PResultMerge extends Enum<ParForProgramBlock.PResultMerge>
Enum Constant and Description |
---|
LOCAL_AUTOMATIC |
LOCAL_FILE |
LOCAL_MEM |
REMOTE_SPARK |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
boolean |
isLocal() |
static ParForProgramBlock.PResultMerge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParForProgramBlock.PResultMerge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParForProgramBlock.PResultMerge LOCAL_MEM
public static final ParForProgramBlock.PResultMerge LOCAL_FILE
public static final ParForProgramBlock.PResultMerge LOCAL_AUTOMATIC
public static final ParForProgramBlock.PResultMerge REMOTE_SPARK
public static final ParForProgramBlock.PResultMerge UNSPECIFIED
public static ParForProgramBlock.PResultMerge[] values()
for (ParForProgramBlock.PResultMerge c : ParForProgramBlock.PResultMerge.values()) System.out.println(c);
public static ParForProgramBlock.PResultMerge 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 nullpublic boolean isLocal()
Copyright © 2020 The Apache Software Foundation. All rights reserved.