org.apache.tez.dag.recovery.records
Class RecoveryProtos.VertexFinishedProto.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.VertexFinishedProto.Builder>
              extended by org.apache.tez.dag.recovery.records.RecoveryProtos.VertexFinishedProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, RecoveryProtos.VertexFinishedProtoOrBuilder
Enclosing class:
RecoveryProtos.VertexFinishedProto

public static final class RecoveryProtos.VertexFinishedProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexFinishedProto.Builder>
implements RecoveryProtos.VertexFinishedProtoOrBuilder

Protobuf type VertexFinishedProto


Method Summary
 RecoveryProtos.VertexFinishedProto build()
           
 RecoveryProtos.VertexFinishedProto buildPartial()
           
 RecoveryProtos.VertexFinishedProto.Builder clear()
           
 RecoveryProtos.VertexFinishedProto.Builder clearCounters()
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder clearDiagnostics()
          optional string diagnostics = 5;
 RecoveryProtos.VertexFinishedProto.Builder clearFinishTime()
          optional int64 finish_time = 3;
 RecoveryProtos.VertexFinishedProto.Builder clearState()
          optional int32 state = 4;
 RecoveryProtos.VertexFinishedProto.Builder clearVertexId()
          optional string vertex_id = 2;
 RecoveryProtos.VertexFinishedProto.Builder clearVertexName()
          optional string vertex_name = 1;
 RecoveryProtos.VertexFinishedProto.Builder clone()
           
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProto getCounters()
          optional .TezCountersProto counters = 6;
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder getCountersBuilder()
          optional .TezCountersProto counters = 6;
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder getCountersOrBuilder()
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getDiagnostics()
          optional string diagnostics = 5;
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 5;
 long getFinishTime()
          optional int64 finish_time = 3;
 int getState()
          optional int32 state = 4;
 String getVertexId()
          optional string vertex_id = 2;
 com.google.protobuf.ByteString getVertexIdBytes()
          optional string vertex_id = 2;
 String getVertexName()
          optional string vertex_name = 1;
 com.google.protobuf.ByteString getVertexNameBytes()
          optional string vertex_name = 1;
 boolean hasCounters()
          optional .TezCountersProto counters = 6;
 boolean hasDiagnostics()
          optional string diagnostics = 5;
 boolean hasFinishTime()
          optional int64 finish_time = 3;
 boolean hasState()
          optional int32 state = 4;
 boolean hasVertexId()
          optional string vertex_id = 2;
 boolean hasVertexName()
          optional string vertex_name = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RecoveryProtos.VertexFinishedProto.Builder mergeCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.VertexFinishedProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.VertexFinishedProto.Builder mergeFrom(RecoveryProtos.VertexFinishedProto other)
           
 RecoveryProtos.VertexFinishedProto.Builder setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder builderForValue)
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder setCounters(org.apache.tez.dag.api.records.DAGProtos.TezCountersProto value)
          optional .TezCountersProto counters = 6;
 RecoveryProtos.VertexFinishedProto.Builder setDiagnostics(String value)
          optional string diagnostics = 5;
 RecoveryProtos.VertexFinishedProto.Builder setDiagnosticsBytes(com.google.protobuf.ByteString value)
          optional string diagnostics = 5;
 RecoveryProtos.VertexFinishedProto.Builder setFinishTime(long value)
          optional int64 finish_time = 3;
 RecoveryProtos.VertexFinishedProto.Builder setState(int value)
          optional int32 state = 4;
 RecoveryProtos.VertexFinishedProto.Builder setVertexId(String value)
          optional string vertex_id = 2;
 RecoveryProtos.VertexFinishedProto.Builder setVertexIdBytes(com.google.protobuf.ByteString value)
          optional string vertex_id = 2;
 RecoveryProtos.VertexFinishedProto.Builder setVertexName(String value)
          optional string vertex_name = 1;
 RecoveryProtos.VertexFinishedProto.Builder setVertexNameBytes(com.google.protobuf.ByteString value)
          optional string vertex_name = 1;
 
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.VertexFinishedProto.Builder>

clear

public RecoveryProtos.VertexFinishedProto.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.VertexFinishedProto.Builder>

clone

public RecoveryProtos.VertexFinishedProto.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.VertexFinishedProto.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.VertexFinishedProto.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public RecoveryProtos.VertexFinishedProto.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.VertexFinishedProto.Builder>

mergeFrom

public RecoveryProtos.VertexFinishedProto.Builder mergeFrom(RecoveryProtos.VertexFinishedProto 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.VertexFinishedProto.Builder>

mergeFrom

public RecoveryProtos.VertexFinishedProto.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.VertexFinishedProto.Builder>
Throws:
IOException

hasVertexName

public boolean hasVertexName()
optional string vertex_name = 1;

Specified by:
hasVertexName in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getVertexName

public String getVertexName()
optional string vertex_name = 1;

Specified by:
getVertexName in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getVertexNameBytes

public com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;

Specified by:
getVertexNameBytes in interface RecoveryProtos.VertexFinishedProtoOrBuilder

setVertexName

public RecoveryProtos.VertexFinishedProto.Builder setVertexName(String value)
optional string vertex_name = 1;


clearVertexName

public RecoveryProtos.VertexFinishedProto.Builder clearVertexName()
optional string vertex_name = 1;


setVertexNameBytes

public RecoveryProtos.VertexFinishedProto.Builder setVertexNameBytes(com.google.protobuf.ByteString value)
optional string vertex_name = 1;


hasVertexId

public boolean hasVertexId()
optional string vertex_id = 2;

Specified by:
hasVertexId in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getVertexId

public String getVertexId()
optional string vertex_id = 2;

Specified by:
getVertexId in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getVertexIdBytes

public com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;

Specified by:
getVertexIdBytes in interface RecoveryProtos.VertexFinishedProtoOrBuilder

setVertexId

public RecoveryProtos.VertexFinishedProto.Builder setVertexId(String value)
optional string vertex_id = 2;


clearVertexId

public RecoveryProtos.VertexFinishedProto.Builder clearVertexId()
optional string vertex_id = 2;


setVertexIdBytes

public RecoveryProtos.VertexFinishedProto.Builder setVertexIdBytes(com.google.protobuf.ByteString value)
optional string vertex_id = 2;


hasFinishTime

public boolean hasFinishTime()
optional int64 finish_time = 3;

Specified by:
hasFinishTime in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getFinishTime

public long getFinishTime()
optional int64 finish_time = 3;

Specified by:
getFinishTime in interface RecoveryProtos.VertexFinishedProtoOrBuilder

setFinishTime

public RecoveryProtos.VertexFinishedProto.Builder setFinishTime(long value)
optional int64 finish_time = 3;


clearFinishTime

public RecoveryProtos.VertexFinishedProto.Builder clearFinishTime()
optional int64 finish_time = 3;


hasState

public boolean hasState()
optional int32 state = 4;

Specified by:
hasState in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getState

public int getState()
optional int32 state = 4;

Specified by:
getState in interface RecoveryProtos.VertexFinishedProtoOrBuilder

setState

public RecoveryProtos.VertexFinishedProto.Builder setState(int value)
optional int32 state = 4;


clearState

public RecoveryProtos.VertexFinishedProto.Builder clearState()
optional int32 state = 4;


hasDiagnostics

public boolean hasDiagnostics()
optional string diagnostics = 5;

Specified by:
hasDiagnostics in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getDiagnostics

public String getDiagnostics()
optional string diagnostics = 5;

Specified by:
getDiagnostics in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getDiagnosticsBytes

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

Specified by:
getDiagnosticsBytes in interface RecoveryProtos.VertexFinishedProtoOrBuilder

setDiagnostics

public RecoveryProtos.VertexFinishedProto.Builder setDiagnostics(String value)
optional string diagnostics = 5;


clearDiagnostics

public RecoveryProtos.VertexFinishedProto.Builder clearDiagnostics()
optional string diagnostics = 5;


setDiagnosticsBytes

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


hasCounters

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

Specified by:
hasCounters in interface RecoveryProtos.VertexFinishedProtoOrBuilder

getCounters

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

Specified by:
getCounters in interface RecoveryProtos.VertexFinishedProtoOrBuilder

setCounters

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


setCounters

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


mergeCounters

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


clearCounters

public RecoveryProtos.VertexFinishedProto.Builder clearCounters()
optional .TezCountersProto counters = 6;


getCountersBuilder

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


getCountersOrBuilder

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

Specified by:
getCountersOrBuilder in interface RecoveryProtos.VertexFinishedProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All rights reserved.