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

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

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

Methods in org.apache.tez.dag.recovery.records that return RecoveryProtos.VertexCommitStartedProto.Builder
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.clear()
           
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.clearVertexId()
          optional string vertex_id = 1;
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.clone()
           
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.mergeFrom(RecoveryProtos.VertexCommitStartedProto other)
           
static RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.newBuilder()
           
static RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.newBuilder(RecoveryProtos.VertexCommitStartedProto prototype)
           
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.newBuilderForType()
           
protected  RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.setVertexId(String value)
          optional string vertex_id = 1;
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.Builder.setVertexIdBytes(com.google.protobuf.ByteString value)
          optional string vertex_id = 1;
 RecoveryProtos.VertexCommitStartedProto.Builder RecoveryProtos.VertexCommitStartedProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.