Uses of Class
org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto

Packages that use DAGProtos.VertexStatusStateProto
org.apache.tez.dag.api.records   
 

Uses of DAGProtos.VertexStatusStateProto in org.apache.tez.dag.api.records
 

Methods in org.apache.tez.dag.api.records that return DAGProtos.VertexStatusStateProto
 DAGProtos.VertexStatusStateProto DAGProtos.VertexStatusProtoOrBuilder.getState()
          optional .VertexStatusStateProto state = 1;
 DAGProtos.VertexStatusStateProto DAGProtos.VertexStatusProto.getState()
          optional .VertexStatusStateProto state = 1;
 DAGProtos.VertexStatusStateProto DAGProtos.VertexStatusProto.Builder.getState()
          optional .VertexStatusStateProto state = 1;
static DAGProtos.VertexStatusStateProto DAGProtos.VertexStatusStateProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static DAGProtos.VertexStatusStateProto DAGProtos.VertexStatusStateProto.valueOf(int value)
           
static DAGProtos.VertexStatusStateProto DAGProtos.VertexStatusStateProto.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DAGProtos.VertexStatusStateProto[] DAGProtos.VertexStatusStateProto.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.tez.dag.api.records that return types with arguments of type DAGProtos.VertexStatusStateProto
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.VertexStatusStateProto> DAGProtos.VertexStatusStateProto.internalGetValueMap()
           
 

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.VertexStatusStateProto
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setState(DAGProtos.VertexStatusStateProto value)
          optional .VertexStatusStateProto state = 1;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.