public static enum TezEdgeProperty.EdgeType extends Enum<TezEdgeProperty.EdgeType>
Enum Constant and Description |
---|
BROADCAST_EDGE |
CONTAINS |
CUSTOM_EDGE |
CUSTOM_SIMPLE_EDGE |
SIMPLE_EDGE |
Modifier and Type | Method and Description |
---|---|
static TezEdgeProperty.EdgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TezEdgeProperty.EdgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TezEdgeProperty.EdgeType SIMPLE_EDGE
public static final TezEdgeProperty.EdgeType BROADCAST_EDGE
public static final TezEdgeProperty.EdgeType CONTAINS
public static final TezEdgeProperty.EdgeType CUSTOM_EDGE
public static final TezEdgeProperty.EdgeType CUSTOM_SIMPLE_EDGE
public static TezEdgeProperty.EdgeType[] values()
for (TezEdgeProperty.EdgeType c : TezEdgeProperty.EdgeType.values()) System.out.println(c);
public static TezEdgeProperty.EdgeType 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 © 2017 The Apache Software Foundation. All rights reserved.