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

See Also:
Serialized Form

Nested Class Summary
static class MRProtos.TaskAttemptReportProto.Builder
           
 
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 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()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
           
 MRProtos.CountersProto getCounters()
           
 MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
           
static MRProtos.TaskAttemptReportProto getDefaultInstance()
           
 MRProtos.TaskAttemptReportProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnosticInfo()
           
 long getFinishTime()
           
 String getNodeManagerHost()
           
 int getNodeManagerHttpPort()
           
 int getNodeManagerPort()
           
 MRProtos.PhaseProto getPhase()
           
 float getProgress()
           
 int getSerializedSize()
           
 long getShuffleFinishTime()
           
 long getSortFinishTime()
           
 long getStartTime()
           
 String getStateString()
           
 MRProtos.TaskAttemptIdProto getTaskAttemptId()
           
 MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
           
 MRProtos.TaskAttemptStateProto getTaskAttemptState()
           
 boolean hasContainerId()
           
 boolean hasCounters()
           
 boolean hasDiagnosticInfo()
           
 boolean hasFinishTime()
           
 int hashCode()
           
 boolean hasNodeManagerHost()
           
 boolean hasNodeManagerHttpPort()
           
 boolean hasNodeManagerPort()
           
 boolean hasPhase()
           
 boolean hasProgress()
           
 boolean hasShuffleFinishTime()
           
 boolean hasSortFinishTime()
           
 boolean hasStartTime()
           
 boolean hasStateString()
           
 boolean hasTaskAttemptId()
           
 boolean hasTaskAttemptState()
           
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, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
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
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

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

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

hasTaskAttemptId

public boolean hasTaskAttemptId()
Specified by:
hasTaskAttemptId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getTaskAttemptId

public MRProtos.TaskAttemptIdProto getTaskAttemptId()
Specified by:
getTaskAttemptId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getTaskAttemptIdOrBuilder

public MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
Specified by:
getTaskAttemptIdOrBuilder in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasTaskAttemptState

public boolean hasTaskAttemptState()
Specified by:
hasTaskAttemptState in interface MRProtos.TaskAttemptReportProtoOrBuilder

getTaskAttemptState

public MRProtos.TaskAttemptStateProto getTaskAttemptState()
Specified by:
getTaskAttemptState in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasProgress

public boolean hasProgress()
Specified by:
hasProgress in interface MRProtos.TaskAttemptReportProtoOrBuilder

getProgress

public float getProgress()
Specified by:
getProgress in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasStartTime

public boolean hasStartTime()
Specified by:
hasStartTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getStartTime

public long getStartTime()
Specified by:
getStartTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasFinishTime

public boolean hasFinishTime()
Specified by:
hasFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getFinishTime

public long getFinishTime()
Specified by:
getFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasCounters

public boolean hasCounters()
Specified by:
hasCounters in interface MRProtos.TaskAttemptReportProtoOrBuilder

getCounters

public MRProtos.CountersProto getCounters()
Specified by:
getCounters in interface MRProtos.TaskAttemptReportProtoOrBuilder

getCountersOrBuilder

public MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
Specified by:
getCountersOrBuilder in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasDiagnosticInfo

public boolean hasDiagnosticInfo()
Specified by:
hasDiagnosticInfo in interface MRProtos.TaskAttemptReportProtoOrBuilder

getDiagnosticInfo

public String getDiagnosticInfo()
Specified by:
getDiagnosticInfo in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasStateString

public boolean hasStateString()
Specified by:
hasStateString in interface MRProtos.TaskAttemptReportProtoOrBuilder

getStateString

public String getStateString()
Specified by:
getStateString in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasPhase

public boolean hasPhase()
Specified by:
hasPhase in interface MRProtos.TaskAttemptReportProtoOrBuilder

getPhase

public MRProtos.PhaseProto getPhase()
Specified by:
getPhase in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasShuffleFinishTime

public boolean hasShuffleFinishTime()
Specified by:
hasShuffleFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getShuffleFinishTime

public long getShuffleFinishTime()
Specified by:
getShuffleFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasSortFinishTime

public boolean hasSortFinishTime()
Specified by:
hasSortFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

getSortFinishTime

public long getSortFinishTime()
Specified by:
getSortFinishTime in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasNodeManagerHost

public boolean hasNodeManagerHost()
Specified by:
hasNodeManagerHost in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerHost

public String getNodeManagerHost()
Specified by:
getNodeManagerHost in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasNodeManagerPort

public boolean hasNodeManagerPort()
Specified by:
hasNodeManagerPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerPort

public int getNodeManagerPort()
Specified by:
getNodeManagerPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasNodeManagerHttpPort

public boolean hasNodeManagerHttpPort()
Specified by:
hasNodeManagerHttpPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

getNodeManagerHttpPort

public int getNodeManagerHttpPort()
Specified by:
getNodeManagerHttpPort in interface MRProtos.TaskAttemptReportProtoOrBuilder

hasContainerId

public boolean hasContainerId()
Specified by:
hasContainerId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getContainerId

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
Specified by:
getContainerId in interface MRProtos.TaskAttemptReportProtoOrBuilder

getContainerIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
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 © 2012 Apache Software Foundation. All Rights Reserved.