public static enum FEDInstruction.FEDType extends Enum<FEDInstruction.FEDType>
Enum Constant and Description |
---|
AggregateBinary |
AggregateTernary |
AggregateUnary |
Append |
Binary |
Cast |
Checkpoint |
CSVReblock |
Ctable |
CumsumOffset |
CumulativeAggregate |
Init |
MAPMM |
MatrixIndexing |
MMChain |
MultiReturnParameterizedBuiltin |
ParameterizedBuiltin |
QPick |
QSort |
Quaternary |
Reblock |
Reorg |
Reshape |
SpoofFused |
Ternary |
Tsmm |
Unary |
Modifier and Type | Method and Description |
---|---|
static FEDInstruction.FEDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FEDInstruction.FEDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FEDInstruction.FEDType AggregateBinary
public static final FEDInstruction.FEDType AggregateUnary
public static final FEDInstruction.FEDType AggregateTernary
public static final FEDInstruction.FEDType Append
public static final FEDInstruction.FEDType Binary
public static final FEDInstruction.FEDType Cast
public static final FEDInstruction.FEDType Checkpoint
public static final FEDInstruction.FEDType CSVReblock
public static final FEDInstruction.FEDType Ctable
public static final FEDInstruction.FEDType CumulativeAggregate
public static final FEDInstruction.FEDType CumsumOffset
public static final FEDInstruction.FEDType Init
public static final FEDInstruction.FEDType MultiReturnParameterizedBuiltin
public static final FEDInstruction.FEDType MMChain
public static final FEDInstruction.FEDType MAPMM
public static final FEDInstruction.FEDType MatrixIndexing
public static final FEDInstruction.FEDType Ternary
public static final FEDInstruction.FEDType Tsmm
public static final FEDInstruction.FEDType ParameterizedBuiltin
public static final FEDInstruction.FEDType Quaternary
public static final FEDInstruction.FEDType QSort
public static final FEDInstruction.FEDType QPick
public static final FEDInstruction.FEDType Reblock
public static final FEDInstruction.FEDType Reorg
public static final FEDInstruction.FEDType Reshape
public static final FEDInstruction.FEDType SpoofFused
public static final FEDInstruction.FEDType Unary
public static FEDInstruction.FEDType[] values()
for (FEDInstruction.FEDType c : FEDInstruction.FEDType.values()) System.out.println(c);
public static FEDInstruction.FEDType 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 © 2022 The Apache Software Foundation. All rights reserved.