public static final class MRProtos.TaskReportProto extends com.google.protobuf.GeneratedMessage implements MRProtos.TaskReportProtoOrBuilder
hadoop.mapreduce.TaskReportProto
Modifier and Type | Class and Description |
---|---|
static class |
MRProtos.TaskReportProto.Builder
Protobuf type
hadoop.mapreduce.TaskReportProto |
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 |
COUNTERS_FIELD_NUMBER |
static int |
DIAGNOSTICS_FIELD_NUMBER |
static int |
FINISH_TIME_FIELD_NUMBER |
static com.google.protobuf.Parser<MRProtos.TaskReportProto> |
PARSER |
static int |
PROGRESS_FIELD_NUMBER |
static int |
RUNNING_ATTEMPTS_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
SUCCESSFUL_ATTEMPT_FIELD_NUMBER |
static int |
TASK_ID_FIELD_NUMBER |
static int |
TASK_STATE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
MRProtos.CountersProto |
getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.CountersProtoOrBuilder |
getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6; |
static MRProtos.TaskReportProto |
getDefaultInstance() |
MRProtos.TaskReportProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDiagnostics(int index)
repeated string diagnostics = 9; |
com.google.protobuf.ByteString |
getDiagnosticsBytes(int index)
repeated string diagnostics = 9; |
int |
getDiagnosticsCount()
repeated string diagnostics = 9; |
List<String> |
getDiagnosticsList()
repeated string diagnostics = 9; |
long |
getFinishTime()
optional int64 finish_time = 5; |
com.google.protobuf.Parser<MRProtos.TaskReportProto> |
getParserForType() |
float |
getProgress()
optional float progress = 3; |
MRProtos.TaskAttemptIdProto |
getRunningAttempts(int index)
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7; |
int |
getRunningAttemptsCount()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7; |
List<MRProtos.TaskAttemptIdProto> |
getRunningAttemptsList()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7; |
MRProtos.TaskAttemptIdProtoOrBuilder |
getRunningAttemptsOrBuilder(int index)
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7; |
List<? extends MRProtos.TaskAttemptIdProtoOrBuilder> |
getRunningAttemptsOrBuilderList()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7; |
int |
getSerializedSize() |
long |
getStartTime()
optional int64 start_time = 4; |
MRProtos.TaskAttemptIdProto |
getSuccessfulAttempt()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8; |
MRProtos.TaskAttemptIdProtoOrBuilder |
getSuccessfulAttemptOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8; |
MRProtos.TaskIdProto |
getTaskId()
optional .hadoop.mapreduce.TaskIdProto task_id = 1; |
MRProtos.TaskIdProtoOrBuilder |
getTaskIdOrBuilder()
optional .hadoop.mapreduce.TaskIdProto task_id = 1; |
MRProtos.TaskStateProto |
getTaskState()
optional .hadoop.mapreduce.TaskStateProto task_state = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6; |
boolean |
hasFinishTime()
optional int64 finish_time = 5; |
int |
hashCode() |
boolean |
hasProgress()
optional float progress = 3; |
boolean |
hasStartTime()
optional int64 start_time = 4; |
boolean |
hasSuccessfulAttempt()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8; |
boolean |
hasTaskId()
optional .hadoop.mapreduce.TaskIdProto task_id = 1; |
boolean |
hasTaskState()
optional .hadoop.mapreduce.TaskStateProto task_state = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MRProtos.TaskReportProto.Builder |
newBuilder() |
static MRProtos.TaskReportProto.Builder |
newBuilder(MRProtos.TaskReportProto prototype) |
MRProtos.TaskReportProto.Builder |
newBuilderForType() |
protected MRProtos.TaskReportProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MRProtos.TaskReportProto |
parseDelimitedFrom(InputStream input) |
static MRProtos.TaskReportProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.TaskReportProto |
parseFrom(byte[] data) |
static MRProtos.TaskReportProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.TaskReportProto |
parseFrom(com.google.protobuf.ByteString data) |
static MRProtos.TaskReportProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.TaskReportProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MRProtos.TaskReportProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.TaskReportProto |
parseFrom(InputStream input) |
static MRProtos.TaskReportProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MRProtos.TaskReportProto.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.TaskReportProto> PARSER
public static final int TASK_ID_FIELD_NUMBER
public static final int TASK_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 RUNNING_ATTEMPTS_FIELD_NUMBER
public static final int SUCCESSFUL_ATTEMPT_FIELD_NUMBER
public static final int DIAGNOSTICS_FIELD_NUMBER
public static MRProtos.TaskReportProto getDefaultInstance()
public MRProtos.TaskReportProto 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.TaskReportProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTaskId()
optional .hadoop.mapreduce.TaskIdProto task_id = 1;
hasTaskId
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskIdProto getTaskId()
optional .hadoop.mapreduce.TaskIdProto task_id = 1;
getTaskId
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskIdProtoOrBuilder getTaskIdOrBuilder()
optional .hadoop.mapreduce.TaskIdProto task_id = 1;
getTaskIdOrBuilder
in interface MRProtos.TaskReportProtoOrBuilder
public boolean hasTaskState()
optional .hadoop.mapreduce.TaskStateProto task_state = 2;
hasTaskState
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskStateProto getTaskState()
optional .hadoop.mapreduce.TaskStateProto task_state = 2;
getTaskState
in interface MRProtos.TaskReportProtoOrBuilder
public boolean hasProgress()
optional float progress = 3;
hasProgress
in interface MRProtos.TaskReportProtoOrBuilder
public float getProgress()
optional float progress = 3;
getProgress
in interface MRProtos.TaskReportProtoOrBuilder
public boolean hasStartTime()
optional int64 start_time = 4;
hasStartTime
in interface MRProtos.TaskReportProtoOrBuilder
public long getStartTime()
optional int64 start_time = 4;
getStartTime
in interface MRProtos.TaskReportProtoOrBuilder
public boolean hasFinishTime()
optional int64 finish_time = 5;
hasFinishTime
in interface MRProtos.TaskReportProtoOrBuilder
public long getFinishTime()
optional int64 finish_time = 5;
getFinishTime
in interface MRProtos.TaskReportProtoOrBuilder
public boolean hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
hasCounters
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.CountersProto getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
getCounters
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6;
getCountersOrBuilder
in interface MRProtos.TaskReportProtoOrBuilder
public List<MRProtos.TaskAttemptIdProto> getRunningAttemptsList()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
getRunningAttemptsList
in interface MRProtos.TaskReportProtoOrBuilder
public List<? extends MRProtos.TaskAttemptIdProtoOrBuilder> getRunningAttemptsOrBuilderList()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
getRunningAttemptsOrBuilderList
in interface MRProtos.TaskReportProtoOrBuilder
public int getRunningAttemptsCount()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
getRunningAttemptsCount
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskAttemptIdProto getRunningAttempts(int index)
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
getRunningAttempts
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskAttemptIdProtoOrBuilder getRunningAttemptsOrBuilder(int index)
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
getRunningAttemptsOrBuilder
in interface MRProtos.TaskReportProtoOrBuilder
public boolean hasSuccessfulAttempt()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;
hasSuccessfulAttempt
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskAttemptIdProto getSuccessfulAttempt()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;
getSuccessfulAttempt
in interface MRProtos.TaskReportProtoOrBuilder
public MRProtos.TaskAttemptIdProtoOrBuilder getSuccessfulAttemptOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;
getSuccessfulAttemptOrBuilder
in interface MRProtos.TaskReportProtoOrBuilder
public List<String> getDiagnosticsList()
repeated string diagnostics = 9;
getDiagnosticsList
in interface MRProtos.TaskReportProtoOrBuilder
public int getDiagnosticsCount()
repeated string diagnostics = 9;
getDiagnosticsCount
in interface MRProtos.TaskReportProtoOrBuilder
public String getDiagnostics(int index)
repeated string diagnostics = 9;
getDiagnostics
in interface MRProtos.TaskReportProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticsBytes(int index)
repeated string diagnostics = 9;
getDiagnosticsBytes
in interface MRProtos.TaskReportProtoOrBuilder
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.TaskReportProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskReportProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.TaskReportProto parseFrom(InputStream input) throws IOException
IOException
public static MRProtos.TaskReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.TaskReportProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MRProtos.TaskReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.TaskReportProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MRProtos.TaskReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.TaskReportProto.Builder newBuilder()
public MRProtos.TaskReportProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MRProtos.TaskReportProto.Builder newBuilder(MRProtos.TaskReportProto prototype)
public MRProtos.TaskReportProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MRProtos.TaskReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.