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

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.TaskAttemptReportProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, MRProtos.TaskAttemptReportProtoOrBuilder
Enclosing class:
MRProtos

public static final class MRProtos.TaskAttemptReportProto
extends com.google.protobuf.GeneratedMessage
implements MRProtos.TaskAttemptReportProtoOrBuilder

Protobuf type hadoop.mapreduce.TaskAttemptReportProto

See Also:
Serialized Form

Nested Class Summary
static class MRProtos.TaskAttemptReportProto.Builder
          Protobuf type hadoop.mapreduce.TaskAttemptReportProto
 
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 CONTAINER_ID_FIELD_NUMBER
           
static int COUNTERS_FIELD_NUMBER
           
static int DIAGNOSTIC_INFO_FIELD_NUMBER
           
static int FINISH_TIME_FIELD_NUMBER
           
static int NODE_MANAGER_HOST_FIELD_NUMBER
           
static int NODE_MANAGER_HTTP_PORT_FIELD_NUMBER
           
static int NODE_MANAGER_PORT_FIELD_NUMBER
           
static com.google.protobuf.Parser<MRProtos.TaskAttemptReportProto> PARSER
           
static int PHASE_FIELD_NUMBER
           
static int PROGRESS_FIELD_NUMBER
           
static int SHUFFLE_FINISH_TIME_FIELD_NUMBER
           
static int SORT_FINISH_TIME_FIELD_NUMBER
           
static int START_TIME_FIELD_NUMBER
           
static int STATE_STRING_FIELD_NUMBER
           
static int TASK_ATTEMPT_ID_FIELD_NUMBER
           
static int TASK_ATTEMPT_STATE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 15;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 15;
 MRProtos.CountersProto getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
          optional .hadoop.mapreduce.CountersProto counters = 6;
static MRProtos.TaskAttemptReportProto getDefaultInstance()
           
 MRProtos.TaskAttemptReportProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnosticInfo()
          optional string diagnostic_info = 7;
 com.google.protobuf.ByteString getDiagnosticInfoBytes()
          optional string diagnostic_info = 7;
 long getFinishTime()
          optional int64 finish_time = 5;
 String getNodeManagerHost()
          optional string node_manager_host = 12;
 com.google.protobuf.ByteString getNodeManagerHostBytes()
          optional string node_manager_host = 12;
 int getNodeManagerHttpPort()
          optional int32 node_manager_http_port = 14;
 int getNodeManagerPort()
          optional int32 node_manager_port = 13;
 com.google.protobuf.Parser<MRProtos.TaskAttemptReportProto> getParserForType()
           
 MRProtos.PhaseProto getPhase()
          optional .hadoop.mapreduce.PhaseProto phase = 9;
 float getProgress()
          optional float progress = 3;
 int getSerializedSize()
           
 long getShuffleFinishTime()
          optional int64 shuffle_finish_time = 10;
 long getSortFinishTime()
          optional int64 sort_finish_time = 11;
 long getStartTime()
          optional int64 start_time = 4;
 String getStateString()
          optional string state_string = 8;
 com.google.protobuf.ByteString getStateStringBytes()
          optional string state_string = 8;
 MRProtos.TaskAttemptIdProto getTaskAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 MRProtos.TaskAttemptStateProto getTaskAttemptState()
          optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 15;
 boolean hasCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 boolean hasDiagnosticInfo()
          optional string diagnostic_info = 7;
 boolean hasFinishTime()
          optional int64 finish_time = 5;
 int hashCode()
           
 boolean hasNodeManagerHost()
          optional string node_manager_host = 12;
 boolean hasNodeManagerHttpPort()
          optional int32 node_manager_http_port = 14;
 boolean hasNodeManagerPort()
          optional int32 node_manager_port = 13;
 boolean hasPhase()
          optional .hadoop.mapreduce.PhaseProto phase = 9;
 boolean hasProgress()
          optional float progress = 3;
 boolean hasShuffleFinishTime()
          optional int64 shuffle_finish_time = 10;
 boolean hasSortFinishTime()
          optional int64 sort_finish_time = 11;
 boolean hasStartTime()
          optional int64 start_time = 4;
 boolean hasStateString()
          optional string state_string = 8;
 boolean hasTaskAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 boolean hasTaskAttemptState()
          optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MRProtos.TaskAttemptReportProto.Builder newBuilder()
           
static MRProtos.TaskAttemptReportProto.Builder newBuilder(MRProtos.TaskAttemptReportProto prototype)
           
 MRProtos.TaskAttemptReportProto.Builder newBuilderForType()
           
protected  MRProtos.TaskAttemptReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MRProtos.TaskAttemptReportProto parseDelimitedFrom(InputStream input)
           
static MRProtos.TaskAttemptReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.TaskAttemptReportProto parseFrom(byte[] data)
           
static MRProtos.TaskAttemptReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.ByteString data)
           
static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.TaskAttemptReportProto parseFrom(InputStream input)
           
static MRProtos.TaskAttemptReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MRProtos.TaskAttemptReportProto.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.TaskAttemptReportProto> PARSER

TASK_ATTEMPT_ID_FIELD_NUMBER

public static final int TASK_ATTEMPT_ID_FIELD_NUMBER
See Also:
Constant Field Values

TASK_ATTEMPT_STATE_FIELD_NUMBER

public static final int TASK_ATTEMPT_STATE_FIELD_NUMBER
See Also:
Constant Field Values

PROGRESS_FIELD_NUMBER

public static final int 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

COUNTERS_FIELD_NUMBER

public static final int COUNTERS_FIELD_NUMBER
See Also:
Constant Field Values

DIAGNOSTIC_INFO_FIELD_NUMBER

public static final int DIAGNOSTIC_INFO_FIELD_NUMBER
See Also:
Constant Field Values

STATE_STRING_FIELD_NUMBER

public static final int STATE_STRING_FIELD_NUMBER
See Also:
Constant Field Values

PHASE_FIELD_NUMBER

public static final int PHASE_FIELD_NUMBER
See Also:
Constant Field Values

SHUFFLE_FINISH_TIME_FIELD_NUMBER

public static final int SHUFFLE_FINISH_TIME_FIELD_NUMBER
See Also:
Constant Field Values

SORT_FINISH_TIME_FIELD_NUMBER

public static final int SORT_FINISH_TIME_FIELD_NUMBER
See Also:
Constant Field Values

NODE_MANAGER_HOST_FIELD_NUMBER

public static final int NODE_MANAGER_HOST_FIELD_NUMBER
See Also:
Constant Field Values

NODE_MANAGER_PORT_FIELD_NUMBER

public static final int NODE_MANAGER_PORT_FIELD_NUMBER
See Also:
Constant Field Values

NODE_MANAGER_HTTP_PORT_FIELD_NUMBER

public static final int NODE_MANAGER_HTTP_PORT_FIELD_NUMBER
See Also:
Constant Field Values

CONTAINER_ID_FIELD_NUMBER

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

getDefaultInstance

public static MRProtos.TaskAttemptReportProto getDefaultInstance()

getDefaultInstanceForType

public MRProtos.TaskAttemptReportProto 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.TaskAttemptReportProto> 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

hasTaskAttemptId

public boolean hasTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;

Specified by:
hasTaskAttemptId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getTaskAttemptId

public MRProtos.TaskAttemptIdProto getTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;

Specified by:
getTaskAttemptId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getTaskAttemptIdOrBuilder

public MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;

Specified by:
getTaskAttemptIdOrBuilder in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasTaskAttemptState

public boolean hasTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;

Specified by:
hasTaskAttemptState in interface MRProtos.TaskAttemptReportProtoOrBuilder

getTaskAttemptState

public MRProtos.TaskAttemptStateProto getTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;

Specified by:
getTaskAttemptState in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasProgress

public boolean hasProgress()
optional float progress = 3;

Specified by:
hasProgress in interface MRProtos.TaskAttemptReportProtoOrBuilder

getProgress

public float getProgress()
optional float progress = 3;

Specified by:
getProgress in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasStartTime

public boolean hasStartTime()
optional int64 start_time = 4;

Specified by:
hasStartTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getStartTime

public long getStartTime()
optional int64 start_time = 4;

Specified by:
getStartTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasFinishTime

public boolean hasFinishTime()
optional int64 finish_time = 5;

Specified by:
hasFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getFinishTime

public long getFinishTime()
optional int64 finish_time = 5;

Specified by:
getFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasCounters

public boolean hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;

Specified by:
hasCounters in interface MRProtos.TaskAttemptReportProtoOrBuilder

getCounters

public MRProtos.CountersProto getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;

Specified by:
getCounters in interface MRProtos.TaskAttemptReportProtoOrBuilder

getCountersOrBuilder

public MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6;

Specified by:
getCountersOrBuilder in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasDiagnosticInfo

public boolean hasDiagnosticInfo()
optional string diagnostic_info = 7;

Specified by:
hasDiagnosticInfo in interface MRProtos.TaskAttemptReportProtoOrBuilder

getDiagnosticInfo

public String getDiagnosticInfo()
optional string diagnostic_info = 7;

Specified by:
getDiagnosticInfo in interface MRProtos.TaskAttemptReportProtoOrBuilder

getDiagnosticInfoBytes

public com.google.protobuf.ByteString getDiagnosticInfoBytes()
optional string diagnostic_info = 7;

Specified by:
getDiagnosticInfoBytes in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasStateString

public boolean hasStateString()
optional string state_string = 8;

Specified by:
hasStateString in interface MRProtos.TaskAttemptReportProtoOrBuilder

getStateString

public String getStateString()
optional string state_string = 8;

Specified by:
getStateString in interface MRProtos.TaskAttemptReportProtoOrBuilder

getStateStringBytes

public com.google.protobuf.ByteString getStateStringBytes()
optional string state_string = 8;

Specified by:
getStateStringBytes in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasPhase

public boolean hasPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;

Specified by:
hasPhase in interface MRProtos.TaskAttemptReportProtoOrBuilder

getPhase

public MRProtos.PhaseProto getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;

Specified by:
getPhase in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasShuffleFinishTime

public boolean hasShuffleFinishTime()
optional int64 shuffle_finish_time = 10;

Specified by:
hasShuffleFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getShuffleFinishTime

public long getShuffleFinishTime()
optional int64 shuffle_finish_time = 10;

Specified by:
getShuffleFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasSortFinishTime

public boolean hasSortFinishTime()
optional int64 sort_finish_time = 11;

Specified by:
hasSortFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getSortFinishTime

public long getSortFinishTime()
optional int64 sort_finish_time = 11;

Specified by:
getSortFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasNodeManagerHost

public boolean hasNodeManagerHost()
optional string node_manager_host = 12;

Specified by:
hasNodeManagerHost in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerHost

public String getNodeManagerHost()
optional string node_manager_host = 12;

Specified by:
getNodeManagerHost in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerHostBytes

public com.google.protobuf.ByteString getNodeManagerHostBytes()
optional string node_manager_host = 12;

Specified by:
getNodeManagerHostBytes in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasNodeManagerPort

public boolean hasNodeManagerPort()
optional int32 node_manager_port = 13;

Specified by:
hasNodeManagerPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerPort

public int getNodeManagerPort()
optional int32 node_manager_port = 13;

Specified by:
getNodeManagerPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasNodeManagerHttpPort

public boolean hasNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;

Specified by:
hasNodeManagerHttpPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerHttpPort

public int getNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;

Specified by:
getNodeManagerHttpPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasContainerId

public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;

Specified by:
hasContainerId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getContainerId

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;

Specified by:
getContainerId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getContainerIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15;

Specified by:
getContainerIdOrBuilder in interface MRProtos.TaskAttemptReportProtoOrBuilder

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.TaskAttemptReportProto parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MRProtos.TaskAttemptReportProto 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.TaskAttemptReportProto parseFrom(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static MRProtos.TaskAttemptReportProto.Builder newBuilder()

newBuilderForType

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

newBuilder

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

toBuilder

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

newBuilderForType

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.