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