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

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

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

Methods in org.apache.tez.dag.recovery.records that return RecoveryProtos.VertexGroupCommitStartedProto.Builder
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.clear()
           
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.clearDagId()
          optional string dag_id = 1;
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.clearVertexGroupName()
          optional string vertex_group_name = 2;
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.clone()
           
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.mergeFrom(RecoveryProtos.VertexGroupCommitStartedProto other)
           
static RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.newBuilder()
           
static RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.newBuilder(RecoveryProtos.VertexGroupCommitStartedProto prototype)
           
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.newBuilderForType()
           
protected  RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.setDagId(String value)
          optional string dag_id = 1;
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.setDagIdBytes(com.google.protobuf.ByteString value)
          optional string dag_id = 1;
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.setVertexGroupName(String value)
          optional string vertex_group_name = 2;
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.Builder.setVertexGroupNameBytes(com.google.protobuf.ByteString value)
          optional string vertex_group_name = 2;
 RecoveryProtos.VertexGroupCommitStartedProto.Builder RecoveryProtos.VertexGroupCommitStartedProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.