org.apache.hadoop.mapreduce.v2.proto
Class MRProtos.JobReportProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobReportProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, MRProtos.JobReportProtoOrBuilder
Enclosing class:
MRProtos

public static final class MRProtos.JobReportProto
extends com.google.protobuf.GeneratedMessage
implements MRProtos.JobReportProtoOrBuilder

Protobuf type hadoop.mapreduce.JobReportProto

See Also:
Serialized Form

Nested Class Summary
static class MRProtos.JobReportProto.Builder
          Protobuf type hadoop.mapreduce.JobReportProto
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int AM_INFOS_FIELD_NUMBER
           
static int CLEANUP_PROGRESS_FIELD_NUMBER
           
static int DIAGNOSTICS_FIELD_NUMBER
           
static int FINISH_TIME_FIELD_NUMBER
           
static int IS_UBER_FIELD_NUMBER
           
static int JOB_ID_FIELD_NUMBER
           
static int JOB_STATE_FIELD_NUMBER
           
static int JOBFILE_FIELD_NUMBER
           
static int JOBNAME_FIELD_NUMBER
           
static int MAP_PROGRESS_FIELD_NUMBER
           
static com.google.protobuf.Parser<MRProtos.JobReportProto> PARSER
           
static int REDUCE_PROGRESS_FIELD_NUMBER
           
static int SETUP_PROGRESS_FIELD_NUMBER
           
static int START_TIME_FIELD_NUMBER
           
static int SUBMIT_TIME_FIELD_NUMBER
           
static int TRACKINGURL_FIELD_NUMBER
           
static int USER_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 MRProtos.AMInfoProto getAmInfos(int index)
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 int getAmInfosCount()
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 List<MRProtos.AMInfoProto> getAmInfosList()
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 MRProtos.AMInfoProtoOrBuilder getAmInfosOrBuilder(int index)
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 List<? extends MRProtos.AMInfoProtoOrBuilder> getAmInfosOrBuilderList()
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 float getCleanupProgress()
          optional float cleanup_progress = 5;
static MRProtos.JobReportProto getDefaultInstance()
           
 MRProtos.JobReportProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnostics()
          optional string diagnostics = 12;
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 12;
 long getFinishTime()
          optional int64 finish_time = 8;
 boolean getIsUber()
          optional bool is_uber = 16 [default = false];
 String getJobFile()
          optional string jobFile = 13;
 com.google.protobuf.ByteString getJobFileBytes()
          optional string jobFile = 13;
 MRProtos.JobIdProto getJobId()
          optional .hadoop.mapreduce.JobIdProto job_id = 1;
 MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()
          optional .hadoop.mapreduce.JobIdProto job_id = 1;
 String getJobName()
          optional string jobName = 10;
 com.google.protobuf.ByteString getJobNameBytes()
          optional string jobName = 10;
 MRProtos.JobStateProto getJobState()
          optional .hadoop.mapreduce.JobStateProto job_state = 2;
 float getMapProgress()
          optional float map_progress = 3;
 com.google.protobuf.Parser<MRProtos.JobReportProto> getParserForType()
           
 float getReduceProgress()
          optional float reduce_progress = 4;
 int getSerializedSize()
           
 float getSetupProgress()
          optional float setup_progress = 6;
 long getStartTime()
          optional int64 start_time = 7;
 long getSubmitTime()
          optional int64 submit_time = 15;
 String getTrackingUrl()
          optional string trackingUrl = 11;
 com.google.protobuf.ByteString getTrackingUrlBytes()
          optional string trackingUrl = 11;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 String getUser()
          optional string user = 9;
 com.google.protobuf.ByteString getUserBytes()
          optional string user = 9;
 boolean hasCleanupProgress()
          optional float cleanup_progress = 5;
 boolean hasDiagnostics()
          optional string diagnostics = 12;
 boolean hasFinishTime()
          optional int64 finish_time = 8;
 int hashCode()
           
 boolean hasIsUber()
          optional bool is_uber = 16 [default = false];
 boolean hasJobFile()
          optional string jobFile = 13;
 boolean hasJobId()
          optional .hadoop.mapreduce.JobIdProto job_id = 1;
 boolean hasJobName()
          optional string jobName = 10;
 boolean hasJobState()
          optional .hadoop.mapreduce.JobStateProto job_state = 2;
 boolean hasMapProgress()
          optional float map_progress = 3;
 boolean hasReduceProgress()
          optional float reduce_progress = 4;
 boolean hasSetupProgress()
          optional float setup_progress = 6;
 boolean hasStartTime()
          optional int64 start_time = 7;
 boolean hasSubmitTime()
          optional int64 submit_time = 15;
 boolean hasTrackingUrl()
          optional string trackingUrl = 11;
 boolean hasUser()
          optional string user = 9;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MRProtos.JobReportProto.Builder newBuilder()
           
static MRProtos.JobReportProto.Builder newBuilder(MRProtos.JobReportProto prototype)
           
 MRProtos.JobReportProto.Builder newBuilderForType()
           
protected  MRProtos.JobReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MRProtos.JobReportProto parseDelimitedFrom(InputStream input)
           
static MRProtos.JobReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto parseFrom(byte[] data)
           
static MRProtos.JobReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto parseFrom(com.google.protobuf.ByteString data)
           
static MRProtos.JobReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static MRProtos.JobReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto parseFrom(InputStream input)
           
static MRProtos.JobReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MRProtos.JobReportProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<MRProtos.JobReportProto> PARSER

JOB_ID_FIELD_NUMBER

public static final int JOB_ID_FIELD_NUMBER
See Also:
Constant Field Values

JOB_STATE_FIELD_NUMBER

public static final int JOB_STATE_FIELD_NUMBER
See Also:
Constant Field Values

MAP_PROGRESS_FIELD_NUMBER

public static final int MAP_PROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

REDUCE_PROGRESS_FIELD_NUMBER

public static final int REDUCE_PROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

CLEANUP_PROGRESS_FIELD_NUMBER

public static final int CLEANUP_PROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

SETUP_PROGRESS_FIELD_NUMBER

public static final int SETUP_PROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
See Also:
Constant Field Values

FINISH_TIME_FIELD_NUMBER

public static final int FINISH_TIME_FIELD_NUMBER
See Also:
Constant Field Values

USER_FIELD_NUMBER

public static final int USER_FIELD_NUMBER
See Also:
Constant Field Values

JOBNAME_FIELD_NUMBER

public static final int JOBNAME_FIELD_NUMBER
See Also:
Constant Field Values

TRACKINGURL_FIELD_NUMBER

public static final int TRACKINGURL_FIELD_NUMBER
See Also:
Constant Field Values

DIAGNOSTICS_FIELD_NUMBER

public static final int DIAGNOSTICS_FIELD_NUMBER
See Also:
Constant Field Values

JOBFILE_FIELD_NUMBER

public static final int JOBFILE_FIELD_NUMBER
See Also:
Constant Field Values

AM_INFOS_FIELD_NUMBER

public static final int AM_INFOS_FIELD_NUMBER
See Also:
Constant Field Values

SUBMIT_TIME_FIELD_NUMBER

public static final int SUBMIT_TIME_FIELD_NUMBER
See Also:
Constant Field Values

IS_UBER_FIELD_NUMBER

public static final int IS_UBER_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static MRProtos.JobReportProto getDefaultInstance()

getDefaultInstanceForType

public MRProtos.JobReportProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

getParserForType

public com.google.protobuf.Parser<MRProtos.JobReportProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasJobId

public boolean hasJobId()
optional .hadoop.mapreduce.JobIdProto job_id = 1;

Specified by:
hasJobId in interface MRProtos.JobReportProtoOrBuilder

getJobId

public MRProtos.JobIdProto getJobId()
optional .hadoop.mapreduce.JobIdProto job_id = 1;

Specified by:
getJobId in interface MRProtos.JobReportProtoOrBuilder

getJobIdOrBuilder

public MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()
optional .hadoop.mapreduce.JobIdProto job_id = 1;

Specified by:
getJobIdOrBuilder in interface MRProtos.JobReportProtoOrBuilder

hasJobState

public boolean hasJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2;

Specified by:
hasJobState in interface MRProtos.JobReportProtoOrBuilder

getJobState

public MRProtos.JobStateProto getJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2;

Specified by:
getJobState in interface MRProtos.JobReportProtoOrBuilder

hasMapProgress

public boolean hasMapProgress()
optional float map_progress = 3;

Specified by:
hasMapProgress in interface MRProtos.JobReportProtoOrBuilder

getMapProgress

public float getMapProgress()
optional float map_progress = 3;

Specified by:
getMapProgress in interface MRProtos.JobReportProtoOrBuilder

hasReduceProgress

public boolean hasReduceProgress()
optional float reduce_progress = 4;

Specified by:
hasReduceProgress in interface MRProtos.JobReportProtoOrBuilder

getReduceProgress

public float getReduceProgress()
optional float reduce_progress = 4;

Specified by:
getReduceProgress in interface MRProtos.JobReportProtoOrBuilder

hasCleanupProgress

public boolean hasCleanupProgress()
optional float cleanup_progress = 5;

Specified by:
hasCleanupProgress in interface MRProtos.JobReportProtoOrBuilder

getCleanupProgress

public float getCleanupProgress()
optional float cleanup_progress = 5;

Specified by:
getCleanupProgress in interface MRProtos.JobReportProtoOrBuilder

hasSetupProgress

public boolean hasSetupProgress()
optional float setup_progress = 6;

Specified by:
hasSetupProgress in interface MRProtos.JobReportProtoOrBuilder

getSetupProgress

public float getSetupProgress()
optional float setup_progress = 6;

Specified by:
getSetupProgress in interface MRProtos.JobReportProtoOrBuilder

hasStartTime

public boolean hasStartTime()
optional int64 start_time = 7;

Specified by:
hasStartTime in interface MRProtos.JobReportProtoOrBuilder

getStartTime

public long getStartTime()
optional int64 start_time = 7;

Specified by:
getStartTime in interface MRProtos.JobReportProtoOrBuilder

hasFinishTime

public boolean hasFinishTime()
optional int64 finish_time = 8;

Specified by:
hasFinishTime in interface MRProtos.JobReportProtoOrBuilder

getFinishTime

public long getFinishTime()
optional int64 finish_time = 8;

Specified by:
getFinishTime in interface MRProtos.JobReportProtoOrBuilder

hasUser

public boolean hasUser()
optional string user = 9;

Specified by:
hasUser in interface MRProtos.JobReportProtoOrBuilder

getUser

public String getUser()
optional string user = 9;

Specified by:
getUser in interface MRProtos.JobReportProtoOrBuilder

getUserBytes

public com.google.protobuf.ByteString getUserBytes()
optional string user = 9;

Specified by:
getUserBytes in interface MRProtos.JobReportProtoOrBuilder

hasJobName

public boolean hasJobName()
optional string jobName = 10;

Specified by:
hasJobName in interface MRProtos.JobReportProtoOrBuilder

getJobName

public String getJobName()
optional string jobName = 10;

Specified by:
getJobName in interface MRProtos.JobReportProtoOrBuilder

getJobNameBytes

public com.google.protobuf.ByteString getJobNameBytes()
optional string jobName = 10;

Specified by:
getJobNameBytes in interface MRProtos.JobReportProtoOrBuilder

hasTrackingUrl

public boolean hasTrackingUrl()
optional string trackingUrl = 11;

Specified by:
hasTrackingUrl in interface MRProtos.JobReportProtoOrBuilder

getTrackingUrl

public String getTrackingUrl()
optional string trackingUrl = 11;

Specified by:
getTrackingUrl in interface MRProtos.JobReportProtoOrBuilder

getTrackingUrlBytes

public com.google.protobuf.ByteString getTrackingUrlBytes()
optional string trackingUrl = 11;

Specified by:
getTrackingUrlBytes in interface MRProtos.JobReportProtoOrBuilder

hasDiagnostics

public boolean hasDiagnostics()
optional string diagnostics = 12;

Specified by:
hasDiagnostics in interface MRProtos.JobReportProtoOrBuilder

getDiagnostics

public String getDiagnostics()
optional string diagnostics = 12;

Specified by:
getDiagnostics in interface MRProtos.JobReportProtoOrBuilder

getDiagnosticsBytes

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

Specified by:
getDiagnosticsBytes in interface MRProtos.JobReportProtoOrBuilder

hasJobFile

public boolean hasJobFile()
optional string jobFile = 13;

Specified by:
hasJobFile in interface MRProtos.JobReportProtoOrBuilder

getJobFile

public String getJobFile()
optional string jobFile = 13;

Specified by:
getJobFile in interface MRProtos.JobReportProtoOrBuilder

getJobFileBytes

public com.google.protobuf.ByteString getJobFileBytes()
optional string jobFile = 13;

Specified by:
getJobFileBytes in interface MRProtos.JobReportProtoOrBuilder

getAmInfosList

public List<MRProtos.AMInfoProto> getAmInfosList()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;

Specified by:
getAmInfosList in interface MRProtos.JobReportProtoOrBuilder

getAmInfosOrBuilderList

public List<? extends MRProtos.AMInfoProtoOrBuilder> getAmInfosOrBuilderList()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;

Specified by:
getAmInfosOrBuilderList in interface MRProtos.JobReportProtoOrBuilder

getAmInfosCount

public int getAmInfosCount()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;

Specified by:
getAmInfosCount in interface MRProtos.JobReportProtoOrBuilder

getAmInfos

public MRProtos.AMInfoProto getAmInfos(int index)
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;

Specified by:
getAmInfos in interface MRProtos.JobReportProtoOrBuilder

getAmInfosOrBuilder

public MRProtos.AMInfoProtoOrBuilder getAmInfosOrBuilder(int index)
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;

Specified by:
getAmInfosOrBuilder in interface MRProtos.JobReportProtoOrBuilder

hasSubmitTime

public boolean hasSubmitTime()
optional int64 submit_time = 15;

Specified by:
hasSubmitTime in interface MRProtos.JobReportProtoOrBuilder

getSubmitTime

public long getSubmitTime()
optional int64 submit_time = 15;

Specified by:
getSubmitTime in interface MRProtos.JobReportProtoOrBuilder

hasIsUber

public boolean hasIsUber()
optional bool is_uber = 16 [default = false];

Specified by:
hasIsUber in interface MRProtos.JobReportProtoOrBuilder

getIsUber

public boolean getIsUber()
optional bool is_uber = 16 [default = false];

Specified by:
getIsUber in interface MRProtos.JobReportProtoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static MRProtos.JobReportProto parseFrom(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MRProtos.JobReportProto parseFrom(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MRProtos.JobReportProto parseFrom(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MRProtos.JobReportProto parseFrom(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MRProtos.JobReportProto parseFrom(InputStream input)
                                         throws IOException
Throws:
IOException

parseFrom

public static MRProtos.JobReportProto parseFrom(InputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
Throws:
IOException

parseDelimitedFrom

public static MRProtos.JobReportProto parseDelimitedFrom(InputStream input)
                                                  throws IOException
Throws:
IOException

parseDelimitedFrom

public static MRProtos.JobReportProto parseDelimitedFrom(InputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
Throws:
IOException

parseFrom

public static MRProtos.JobReportProto parseFrom(com.google.protobuf.CodedInputStream input)
                                         throws IOException
Throws:
IOException

parseFrom

public static MRProtos.JobReportProto parseFrom(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
Throws:
IOException

newBuilder

public static MRProtos.JobReportProto.Builder newBuilder()

newBuilderForType

public MRProtos.JobReportProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static MRProtos.JobReportProto.Builder newBuilder(MRProtos.JobReportProto prototype)

toBuilder

public MRProtos.JobReportProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected MRProtos.JobReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014 Apache Software Foundation. All Rights Reserved.