org.apache.tez.dag.recovery.records
Class RecoveryProtos.DAGFinishedProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>
              extended by org.apache.tez.dag.recovery.records.RecoveryProtos.DAGFinishedProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, RecoveryProtos.DAGFinishedProtoOrBuilder
Enclosing class:
RecoveryProtos.DAGFinishedProto

public static final class RecoveryProtos.DAGFinishedProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>
implements RecoveryProtos.DAGFinishedProtoOrBuilder

Protobuf type DAGFinishedProto


Method Summary
 RecoveryProtos.DAGFinishedProto build()
           
 RecoveryProtos.DAGFinishedProto buildPartial()
           
 RecoveryProtos.DAGFinishedProto.Builder clear()
           
 RecoveryProtos.DAGFinishedProto.Builder clearCounters()
          optional .TezCountersProto counters = 5;
 RecoveryProtos.DAGFinishedProto.Builder clearDagId()
          optional string dag_id = 1;
 RecoveryProtos.DAGFinishedProto.Builder clearDiagnostics()
          optional string diagnostics = 4;
 RecoveryProtos.DAGFinishedProto.Builder clearFinishTime()
          optional int64 finish_time = 2;
 RecoveryProtos.DAGFinishedProto.Builder clearState()
          optional int32 state = 3;
 RecoveryProtos.DAGFinishedProto.Builder clone()
           
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProto getCounters()
          optional .TezCountersProto counters = 5;
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder getCountersBuilder()
          optional .TezCountersProto counters = 5;
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder getCountersOrBuilder()
          optional .TezCountersProto counters = 5;
 String getDagId()
          optional string dag_id = 1;
 com.google.protobuf.ByteString getDagIdBytes()
          optional string dag_id = 1;
 RecoveryProtos.DAGFinishedProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getDiagnostics()
          optional string diagnostics = 4;
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 4;
 long getFinishTime()
          optional int64 finish_time = 2;
 int getState()
          optional int32 state = 3;
 boolean hasCounters()
          optional .TezCountersProto counters = 5;
 boolean hasDagId()
          optional string dag_id = 1;
 boolean hasDiagnostics()
          optional string diagnostics = 4;
 boolean hasFinishTime()
          optional int64 finish_time = 2;
 boolean hasState()
          optional int32 state = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RecoveryProtos.DAGFinishedProto.Builder mergeCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
          optional .TezCountersProto counters = 5;
 RecoveryProtos.DAGFinishedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.DAGFinishedProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.DAGFinishedProto.Builder mergeFrom(RecoveryProtos.DAGFinishedProto other)
           
 RecoveryProtos.DAGFinishedProto.Builder setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder builderForValue)
          optional .TezCountersProto counters = 5;
 RecoveryProtos.DAGFinishedProto.Builder setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
          optional .TezCountersProto counters = 5;
 RecoveryProtos.DAGFinishedProto.Builder setDagId(String value)
          optional string dag_id = 1;
 RecoveryProtos.DAGFinishedProto.Builder setDagIdBytes(com.google.protobuf.ByteString value)
          optional string dag_id = 1;
 RecoveryProtos.DAGFinishedProto.Builder setDiagnostics(String value)
          optional string diagnostics = 4;
 RecoveryProtos.DAGFinishedProto.Builder setDiagnosticsBytes(com.google.protobuf.ByteString value)
          optional string diagnostics = 4;
 RecoveryProtos.DAGFinishedProto.Builder setFinishTime(long value)
          optional int64 finish_time = 2;
 RecoveryProtos.DAGFinishedProto.Builder setState(int value)
          optional int32 state = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>

clear

public RecoveryProtos.DAGFinishedProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>

clone

public RecoveryProtos.DAGFinishedProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>

getDefaultInstanceForType

public RecoveryProtos.DAGFinishedProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public RecoveryProtos.DAGFinishedProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public RecoveryProtos.DAGFinishedProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public RecoveryProtos.DAGFinishedProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>

mergeFrom

public RecoveryProtos.DAGFinishedProto.Builder mergeFrom(RecoveryProtos.DAGFinishedProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>

mergeFrom

public RecoveryProtos.DAGFinishedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.DAGFinishedProto.Builder>
Throws:
IOException

hasDagId

public boolean hasDagId()
optional string dag_id = 1;

Specified by:
hasDagId in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getDagId

public String getDagId()
optional string dag_id = 1;

Specified by:
getDagId in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getDagIdBytes

public com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 1;

Specified by:
getDagIdBytes in interface RecoveryProtos.DAGFinishedProtoOrBuilder

setDagId

public RecoveryProtos.DAGFinishedProto.Builder setDagId(String value)
optional string dag_id = 1;


clearDagId

public RecoveryProtos.DAGFinishedProto.Builder clearDagId()
optional string dag_id = 1;


setDagIdBytes

public RecoveryProtos.DAGFinishedProto.Builder setDagIdBytes(com.google.protobuf.ByteString value)
optional string dag_id = 1;


hasFinishTime

public boolean hasFinishTime()
optional int64 finish_time = 2;

Specified by:
hasFinishTime in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getFinishTime

public long getFinishTime()
optional int64 finish_time = 2;

Specified by:
getFinishTime in interface RecoveryProtos.DAGFinishedProtoOrBuilder

setFinishTime

public RecoveryProtos.DAGFinishedProto.Builder setFinishTime(long value)
optional int64 finish_time = 2;


clearFinishTime

public RecoveryProtos.DAGFinishedProto.Builder clearFinishTime()
optional int64 finish_time = 2;


hasState

public boolean hasState()
optional int32 state = 3;

Specified by:
hasState in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getState

public int getState()
optional int32 state = 3;

Specified by:
getState in interface RecoveryProtos.DAGFinishedProtoOrBuilder

setState

public RecoveryProtos.DAGFinishedProto.Builder setState(int value)
optional int32 state = 3;


clearState

public RecoveryProtos.DAGFinishedProto.Builder clearState()
optional int32 state = 3;


hasDiagnostics

public boolean hasDiagnostics()
optional string diagnostics = 4;

Specified by:
hasDiagnostics in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getDiagnostics

public String getDiagnostics()
optional string diagnostics = 4;

Specified by:
getDiagnostics in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getDiagnosticsBytes

public com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 4;

Specified by:
getDiagnosticsBytes in interface RecoveryProtos.DAGFinishedProtoOrBuilder

setDiagnostics

public RecoveryProtos.DAGFinishedProto.Builder setDiagnostics(String value)
optional string diagnostics = 4;


clearDiagnostics

public RecoveryProtos.DAGFinishedProto.Builder clearDiagnostics()
optional string diagnostics = 4;


setDiagnosticsBytes

public RecoveryProtos.DAGFinishedProto.Builder setDiagnosticsBytes(com.google.protobuf.ByteString value)
optional string diagnostics = 4;


hasCounters

public boolean hasCounters()
optional .TezCountersProto counters = 5;

Specified by:
hasCounters in interface RecoveryProtos.DAGFinishedProtoOrBuilder

getCounters

public org.apache.tez.dag.api.records.DAGProtos.TezCountersProto getCounters()
optional .TezCountersProto counters = 5;

Specified by:
getCounters in interface RecoveryProtos.DAGFinishedProtoOrBuilder

setCounters

public RecoveryProtos.DAGFinishedProto.Builder setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
optional .TezCountersProto counters = 5;


setCounters

public RecoveryProtos.DAGFinishedProto.Builder setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder builderForValue)
optional .TezCountersProto counters = 5;


mergeCounters

public RecoveryProtos.DAGFinishedProto.Builder mergeCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
optional .TezCountersProto counters = 5;


clearCounters

public RecoveryProtos.DAGFinishedProto.Builder clearCounters()
optional .TezCountersProto counters = 5;


getCountersBuilder

public org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder getCountersBuilder()
optional .TezCountersProto counters = 5;


getCountersOrBuilder

public org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder getCountersOrBuilder()
optional .TezCountersProto counters = 5;

Specified by:
getCountersOrBuilder in interface RecoveryProtos.DAGFinishedProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All rights reserved.