public static final class MRProtos.TaskAttemptReportProto extends com.google.protobuf.GeneratedMessage implements MRProtos.TaskAttemptReportProtoOrBuilder
hadoop.mapreduce.TaskAttemptReportProto
Modifier and Type | Class and Description |
---|---|
static class |
MRProtos.TaskAttemptReportProto.Builder
Protobuf type
hadoop.mapreduce.TaskAttemptReportProto |
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>
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<MRProtos.TaskAttemptReportProto> PARSER
public static final int TASK_ATTEMPT_ID_FIELD_NUMBER
public static final int TASK_ATTEMPT_STATE_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
public static final int COUNTERS_FIELD_NUMBER
public static final int DIAGNOSTIC_INFO_FIELD_NUMBER
public static final int STATE_STRING_FIELD_NUMBER
public static final int PHASE_FIELD_NUMBER
public static final int SHUFFLE_FINISH_TIME_FIELD_NUMBER
public static final int SORT_FINISH_TIME_FIELD_NUMBER
public static final int NODE_MANAGER_HOST_FIELD_NUMBER
public static final int NODE_MANAGER_PORT_FIELD_NUMBER
public static final int NODE_MANAGER_HTTP_PORT_FIELD_NUMBER
public static final int CONTAINER_ID_FIELD_NUMBER
public static MRProtos.TaskAttemptReportProto getDefaultInstance()
public MRProtos.TaskAttemptReportProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<MRProtos.TaskAttemptReportProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
hasTaskAttemptId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptIdProto getTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
getTaskAttemptId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
getTaskAttemptIdOrBuilder
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
hasTaskAttemptState
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptStateProto getTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
getTaskAttemptState
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasProgress()
optional float progress = 3;
hasProgress
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public float getProgress()
optional float progress = 3;
getProgress
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasStartTime()
optional int64 start_time = 4;
hasStartTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getStartTime()
optional int64 start_time = 4;
getStartTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasFinishTime()
optional int64 finish_time = 5;
hasFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getFinishTime()
optional int64 finish_time = 5;
getFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
hasCounters
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.CountersProto getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
getCounters
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6;
getCountersOrBuilder
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasDiagnosticInfo()
optional string diagnostic_info = 7;
hasDiagnosticInfo
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public String getDiagnosticInfo()
optional string diagnostic_info = 7;
getDiagnosticInfo
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticInfoBytes()
optional string diagnostic_info = 7;
getDiagnosticInfoBytes
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasStateString()
optional string state_string = 8;
hasStateString
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public String getStateString()
optional string state_string = 8;
getStateString
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public com.google.protobuf.ByteString getStateStringBytes()
optional string state_string = 8;
getStateStringBytes
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;
hasPhase
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.PhaseProto getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;
getPhase
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasShuffleFinishTime()
optional int64 shuffle_finish_time = 10;
hasShuffleFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getShuffleFinishTime()
optional int64 shuffle_finish_time = 10;
getShuffleFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasSortFinishTime()
optional int64 sort_finish_time = 11;
hasSortFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getSortFinishTime()
optional int64 sort_finish_time = 11;
getSortFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasNodeManagerHost()
optional string node_manager_host = 12;
hasNodeManagerHost
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public String getNodeManagerHost()
optional string node_manager_host = 12;
getNodeManagerHost
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public com.google.protobuf.ByteString getNodeManagerHostBytes()
optional string node_manager_host = 12;
getNodeManagerHostBytes
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasNodeManagerPort()
optional int32 node_manager_port = 13;
hasNodeManagerPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public int getNodeManagerPort()
optional int32 node_manager_port = 13;
getNodeManagerPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;
hasNodeManagerHttpPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public int getNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;
getNodeManagerHttpPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
hasContainerId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
getContainerId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
getContainerIdOrBuilder
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskAttemptReportProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskAttemptReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskAttemptReportProto parseFrom(InputStream input) throws IOException
IOException
public static MRProtos.TaskAttemptReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.TaskAttemptReportProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MRProtos.TaskAttemptReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MRProtos.TaskAttemptReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.TaskAttemptReportProto.Builder newBuilder()
public MRProtos.TaskAttemptReportProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MRProtos.TaskAttemptReportProto.Builder newBuilder(MRProtos.TaskAttemptReportProto prototype)
public MRProtos.TaskAttemptReportProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MRProtos.TaskAttemptReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.