public static enum TezWork.VertexType extends Enum<TezWork.VertexType>
| Enum Constant and Description |
|---|
AUTO_INITIALIZED_EDGES |
INITIALIZED_EDGES |
MULTI_INPUT_INITIALIZED_EDGES |
MULTI_INPUT_UNINITIALIZED_EDGES |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCustomInputType(TezWork.VertexType vertex) |
static TezWork.VertexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TezWork.VertexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TezWork.VertexType AUTO_INITIALIZED_EDGES
public static final TezWork.VertexType INITIALIZED_EDGES
public static final TezWork.VertexType MULTI_INPUT_INITIALIZED_EDGES
public static final TezWork.VertexType MULTI_INPUT_UNINITIALIZED_EDGES
public static TezWork.VertexType[] values()
for (TezWork.VertexType c : TezWork.VertexType.values()) System.out.println(c);
public static TezWork.VertexType 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 static boolean isCustomInputType(TezWork.VertexType vertex)
Copyright © 2016 The Apache Software Foundation. All rights reserved.