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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.