Uses of Class
org.apache.tez.dag.recovery.records.RecoveryProtos.VertexFinishedProto.Builder

Packages that use RecoveryProtos.VertexFinishedProto.Builder
org.apache.tez.dag.recovery.records   
 

Uses of RecoveryProtos.VertexFinishedProto.Builder in org.apache.tez.dag.recovery.records
 

Methods in org.apache.tez.dag.recovery.records that return RecoveryProtos.VertexFinishedProto.Builder
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clear()
           
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clearCounters()
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clearDiagnostics()
          optional string diagnostics = 5;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clearFinishTime()
          optional int64 finish_time = 3;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clearState()
          optional int32 state = 4;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clearVertexId()
          optional string vertex_id = 2;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clearVertexName()
          optional string vertex_name = 1;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.clone()
           
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.mergeCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.mergeFrom(RecoveryProtos.VertexFinishedProto other)
           
static RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.newBuilder()
           
static RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.newBuilder(RecoveryProtos.VertexFinishedProto prototype)
           
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.newBuilderForType()
           
protected  RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder builderForValue)
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setDiagnostics(String value)
          optional string diagnostics = 5;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setDiagnosticsBytes(com.google.protobuf.ByteString value)
          optional string diagnostics = 5;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setFinishTime(long value)
          optional int64 finish_time = 3;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setState(int value)
          optional int32 state = 4;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setVertexId(String value)
          optional string vertex_id = 2;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setVertexIdBytes(com.google.protobuf.ByteString value)
          optional string vertex_id = 2;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setVertexName(String value)
          optional string vertex_name = 1;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.Builder.setVertexNameBytes(com.google.protobuf.ByteString value)
          optional string vertex_name = 1;
 RecoveryProtos.VertexFinishedProto.Builder RecoveryProtos.VertexFinishedProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.