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