Uses of Class
org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder

Packages that use DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
org.apache.tez.dag.api.client.rpc   
 

Uses of DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder in org.apache.tez.dag.api.client.rpc
 

Methods in org.apache.tez.dag.api.client.rpc that return DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.clear()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.clearVertexStatus()
          optional .VertexStatusProto vertexStatus = 1;
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.clone()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.mergeFrom(DAGClientAMProtocolRPC.GetVertexStatusResponseProto other)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.mergeVertexStatus(DAGProtos.VertexStatusProto value)
          optional .VertexStatusProto vertexStatus = 1;
static DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.newBuilder()
           
static DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.newBuilder(DAGClientAMProtocolRPC.GetVertexStatusResponseProto prototype)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.newBuilderForType()
           
protected  DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.setVertexStatus(DAGProtos.VertexStatusProto.Builder builderForValue)
          optional .VertexStatusProto vertexStatus = 1;
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.setVertexStatus(DAGProtos.VertexStatusProto value)
          optional .VertexStatusProto vertexStatus = 1;
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.