org.apache.tez.dag.api.records
Enum DAGProtos.VertexStatusStateProto

java.lang.Object
  extended by java.lang.Enum<DAGProtos.VertexStatusStateProto>
      extended by org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DAGProtos.VertexStatusStateProto>
Enclosing class:
DAGProtos

public static enum DAGProtos.VertexStatusStateProto
extends Enum<DAGProtos.VertexStatusStateProto>
implements com.google.protobuf.ProtocolMessageEnum

Protobuf enum VertexStatusStateProto


Enum Constant Summary
VERTEX_ERROR
          VERTEX_ERROR = 8;
VERTEX_FAILED
          VERTEX_FAILED = 6;
VERTEX_INITED
          VERTEX_INITED = 3;
VERTEX_INITIALIZING
          VERTEX_INITIALIZING = 1;
VERTEX_KILLED
          VERTEX_KILLED = 7;
VERTEX_NEW
          VERTEX_NEW = 0;
VERTEX_RECOVERING
          VERTEX_RECOVERING = 2;
VERTEX_RUNNING
          VERTEX_RUNNING = 4;
VERTEX_SUCCEEDED
          VERTEX_SUCCEEDED = 5;
VERTEX_TERMINATING
          VERTEX_TERMINATING = 9;
 
Field Summary
static int VERTEX_ERROR_VALUE
          VERTEX_ERROR = 8;
static int VERTEX_FAILED_VALUE
          VERTEX_FAILED = 6;
static int VERTEX_INITED_VALUE
          VERTEX_INITED = 3;
static int VERTEX_INITIALIZING_VALUE
          VERTEX_INITIALIZING = 1;
static int VERTEX_KILLED_VALUE
          VERTEX_KILLED = 7;
static int VERTEX_NEW_VALUE
          VERTEX_NEW = 0;
static int VERTEX_RECOVERING_VALUE
          VERTEX_RECOVERING = 2;
static int VERTEX_RUNNING_VALUE
          VERTEX_RUNNING = 4;
static int VERTEX_SUCCEEDED_VALUE
          VERTEX_SUCCEEDED = 5;
static int VERTEX_TERMINATING_VALUE
          VERTEX_TERMINATING = 9;
 
Method Summary
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
           
 int getNumber()
           
 com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
           
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.VertexStatusStateProto> internalGetValueMap()
           
static DAGProtos.VertexStatusStateProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static DAGProtos.VertexStatusStateProto valueOf(int value)
           
static DAGProtos.VertexStatusStateProto valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DAGProtos.VertexStatusStateProto[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

VERTEX_NEW

public static final DAGProtos.VertexStatusStateProto VERTEX_NEW
VERTEX_NEW = 0;


VERTEX_INITIALIZING

public static final DAGProtos.VertexStatusStateProto VERTEX_INITIALIZING
VERTEX_INITIALIZING = 1;


VERTEX_RECOVERING

public static final DAGProtos.VertexStatusStateProto VERTEX_RECOVERING
VERTEX_RECOVERING = 2;


VERTEX_INITED

public static final DAGProtos.VertexStatusStateProto VERTEX_INITED
VERTEX_INITED = 3;


VERTEX_RUNNING

public static final DAGProtos.VertexStatusStateProto VERTEX_RUNNING
VERTEX_RUNNING = 4;


VERTEX_SUCCEEDED

public static final DAGProtos.VertexStatusStateProto VERTEX_SUCCEEDED
VERTEX_SUCCEEDED = 5;


VERTEX_FAILED

public static final DAGProtos.VertexStatusStateProto VERTEX_FAILED
VERTEX_FAILED = 6;


VERTEX_KILLED

public static final DAGProtos.VertexStatusStateProto VERTEX_KILLED
VERTEX_KILLED = 7;


VERTEX_ERROR

public static final DAGProtos.VertexStatusStateProto VERTEX_ERROR
VERTEX_ERROR = 8;


VERTEX_TERMINATING

public static final DAGProtos.VertexStatusStateProto VERTEX_TERMINATING
VERTEX_TERMINATING = 9;

Field Detail

VERTEX_NEW_VALUE

public static final int VERTEX_NEW_VALUE
VERTEX_NEW = 0;

See Also:
Constant Field Values

VERTEX_INITIALIZING_VALUE

public static final int VERTEX_INITIALIZING_VALUE
VERTEX_INITIALIZING = 1;

See Also:
Constant Field Values

VERTEX_RECOVERING_VALUE

public static final int VERTEX_RECOVERING_VALUE
VERTEX_RECOVERING = 2;

See Also:
Constant Field Values

VERTEX_INITED_VALUE

public static final int VERTEX_INITED_VALUE
VERTEX_INITED = 3;

See Also:
Constant Field Values

VERTEX_RUNNING_VALUE

public static final int VERTEX_RUNNING_VALUE
VERTEX_RUNNING = 4;

See Also:
Constant Field Values

VERTEX_SUCCEEDED_VALUE

public static final int VERTEX_SUCCEEDED_VALUE
VERTEX_SUCCEEDED = 5;

See Also:
Constant Field Values

VERTEX_FAILED_VALUE

public static final int VERTEX_FAILED_VALUE
VERTEX_FAILED = 6;

See Also:
Constant Field Values

VERTEX_KILLED_VALUE

public static final int VERTEX_KILLED_VALUE
VERTEX_KILLED = 7;

See Also:
Constant Field Values

VERTEX_ERROR_VALUE

public static final int VERTEX_ERROR_VALUE
VERTEX_ERROR = 8;

See Also:
Constant Field Values

VERTEX_TERMINATING_VALUE

public static final int VERTEX_TERMINATING_VALUE
VERTEX_TERMINATING = 9;

See Also:
Constant Field Values
Method Detail

values

public static DAGProtos.VertexStatusStateProto[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DAGProtos.VertexStatusStateProto c : DAGProtos.VertexStatusStateProto.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DAGProtos.VertexStatusStateProto valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite
Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum

valueOf

public static DAGProtos.VertexStatusStateProto valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.VertexStatusStateProto> internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum

getDescriptor

public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()

valueOf

public static DAGProtos.VertexStatusStateProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2014 Apache Software Foundation. All rights reserved.