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

public static final class RecoveryProtos.VertexFinishStateProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexFinishStateProto.Builder>
implements RecoveryProtos.VertexFinishStateProtoOrBuilder

Protobuf type VertexFinishStateProto


Method Summary
 RecoveryProtos.VertexFinishStateProto build()
           
 RecoveryProtos.VertexFinishStateProto buildPartial()
           
 RecoveryProtos.VertexFinishStateProto.Builder clear()
           
 RecoveryProtos.VertexFinishStateProto.Builder clearState()
          optional int32 state = 2;
 RecoveryProtos.VertexFinishStateProto.Builder clearVertexId()
          optional string vertex_id = 1;
 RecoveryProtos.VertexFinishStateProto.Builder clone()
           
 RecoveryProtos.VertexFinishStateProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getState()
          optional int32 state = 2;
 String getVertexId()
          optional string vertex_id = 1;
 com.google.protobuf.ByteString getVertexIdBytes()
          optional string vertex_id = 1;
 boolean hasState()
          optional int32 state = 2;
 boolean hasVertexId()
          optional string vertex_id = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RecoveryProtos.VertexFinishStateProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.VertexFinishStateProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.VertexFinishStateProto.Builder mergeFrom(RecoveryProtos.VertexFinishStateProto other)
           
 RecoveryProtos.VertexFinishStateProto.Builder setState(int value)
          optional int32 state = 2;
 RecoveryProtos.VertexFinishStateProto.Builder setVertexId(String value)
          optional string vertex_id = 1;
 RecoveryProtos.VertexFinishStateProto.Builder setVertexIdBytes(com.google.protobuf.ByteString value)
          optional string vertex_id = 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.VertexFinishStateProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasVertexId

public boolean hasVertexId()
optional string vertex_id = 1;

Specified by:
hasVertexId in interface RecoveryProtos.VertexFinishStateProtoOrBuilder

getVertexId

public String getVertexId()
optional string vertex_id = 1;

Specified by:
getVertexId in interface RecoveryProtos.VertexFinishStateProtoOrBuilder

getVertexIdBytes

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

Specified by:
getVertexIdBytes in interface RecoveryProtos.VertexFinishStateProtoOrBuilder

setVertexId

public RecoveryProtos.VertexFinishStateProto.Builder setVertexId(String value)
optional string vertex_id = 1;


clearVertexId

public RecoveryProtos.VertexFinishStateProto.Builder clearVertexId()
optional string vertex_id = 1;


setVertexIdBytes

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


hasState

public boolean hasState()
optional int32 state = 2;

Specified by:
hasState in interface RecoveryProtos.VertexFinishStateProtoOrBuilder

getState

public int getState()
optional int32 state = 2;

Specified by:
getState in interface RecoveryProtos.VertexFinishStateProtoOrBuilder

setState

public RecoveryProtos.VertexFinishStateProto.Builder setState(int value)
optional int32 state = 2;


clearState

public RecoveryProtos.VertexFinishStateProto.Builder clearState()
optional int32 state = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.