Uses of Class
org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder

Packages that use DAGProtos.VertexStatusProto.Builder
org.apache.tez.dag.api.client.rpc   
org.apache.tez.dag.api.records   
 

Uses of DAGProtos.VertexStatusProto.Builder in org.apache.tez.dag.api.client.rpc
 

Methods in org.apache.tez.dag.api.client.rpc that return DAGProtos.VertexStatusProto.Builder
 DAGProtos.VertexStatusProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.getVertexStatusBuilder()
          optional .VertexStatusProto vertexStatus = 1;
 

Methods in org.apache.tez.dag.api.client.rpc with parameters of type DAGProtos.VertexStatusProto.Builder
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.setVertexStatus(DAGProtos.VertexStatusProto.Builder builderForValue)
          optional .VertexStatusProto vertexStatus = 1;
 

Uses of DAGProtos.VertexStatusProto.Builder in org.apache.tez.dag.api.records
 

Methods in org.apache.tez.dag.api.records that return DAGProtos.VertexStatusProto.Builder
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.addAllDiagnostics(Iterable<String> values)
          repeated string diagnostics = 2;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.addDiagnostics(String value)
          repeated string diagnostics = 2;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.addDiagnosticsBytes(com.google.protobuf.ByteString value)
          repeated string diagnostics = 2;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.clear()
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.clearDiagnostics()
          repeated string diagnostics = 2;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.clearProgress()
          optional .ProgressProto progress = 3;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.clearState()
          optional .VertexStatusStateProto state = 1;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.clearVertexCounters()
          optional .TezCountersProto vertexCounters = 4;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.clone()
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.mergeFrom(DAGProtos.VertexStatusProto other)
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.mergeProgress(DAGProtos.ProgressProto value)
          optional .ProgressProto progress = 3;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.mergeVertexCounters(DAGProtos.TezCountersProto value)
          optional .TezCountersProto vertexCounters = 4;
static DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.newBuilder()
           
static DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.newBuilder(DAGProtos.VertexStatusProto prototype)
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.newBuilderForType()
           
protected  DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setDiagnostics(int index, String value)
          repeated string diagnostics = 2;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setProgress(DAGProtos.ProgressProto.Builder builderForValue)
          optional .ProgressProto progress = 3;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setProgress(DAGProtos.ProgressProto value)
          optional .ProgressProto progress = 3;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setState(DAGProtos.VertexStatusStateProto value)
          optional .VertexStatusStateProto state = 1;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setVertexCounters(DAGProtos.TezCountersProto.Builder builderForValue)
          optional .TezCountersProto vertexCounters = 4;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.Builder.setVertexCounters(DAGProtos.TezCountersProto value)
          optional .TezCountersProto vertexCounters = 4;
 DAGProtos.VertexStatusProto.Builder DAGProtos.VertexStatusProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.