public static final class MRProtos.JobReportProto extends com.google.protobuf.GeneratedMessage implements MRProtos.JobReportProtoOrBuilder
hadoop.mapreduce.JobReportProto
Modifier and Type | Class and Description |
---|---|
static class |
MRProtos.JobReportProto.Builder
Protobuf type
hadoop.mapreduce.JobReportProto |
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 |
AM_INFOS_FIELD_NUMBER |
static int |
CLEANUP_PROGRESS_FIELD_NUMBER |
static int |
DIAGNOSTICS_FIELD_NUMBER |
static int |
FINISH_TIME_FIELD_NUMBER |
static int |
HISTORYFILE_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 |
JOBPRIORITY_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 |
Modifier and Type | Method and Description |
---|---|
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; |
String |
getHistoryFile()
optional string historyFile = 18; |
com.google.protobuf.ByteString |
getHistoryFileBytes()
optional string historyFile = 18; |
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; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto |
getJobPriority()
optional .hadoop.yarn.PriorityProto jobPriority = 17; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder |
getJobPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto jobPriority = 17; |
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 |
hasHistoryFile()
optional string historyFile = 18; |
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 |
hasJobPriority()
optional .hadoop.yarn.PriorityProto jobPriority = 17; |
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) |
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.JobReportProto> PARSER
public static final int JOB_ID_FIELD_NUMBER
public static final int JOB_STATE_FIELD_NUMBER
public static final int MAP_PROGRESS_FIELD_NUMBER
public static final int REDUCE_PROGRESS_FIELD_NUMBER
public static final int CLEANUP_PROGRESS_FIELD_NUMBER
public static final int SETUP_PROGRESS_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int JOBNAME_FIELD_NUMBER
public static final int TRACKINGURL_FIELD_NUMBER
public static final int DIAGNOSTICS_FIELD_NUMBER
public static final int JOBFILE_FIELD_NUMBER
public static final int AM_INFOS_FIELD_NUMBER
public static final int SUBMIT_TIME_FIELD_NUMBER
public static final int IS_UBER_FIELD_NUMBER
public static final int JOBPRIORITY_FIELD_NUMBER
public static final int HISTORYFILE_FIELD_NUMBER
public static MRProtos.JobReportProto getDefaultInstance()
public MRProtos.JobReportProto 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.JobReportProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasJobId()
optional .hadoop.mapreduce.JobIdProto job_id = 1;
hasJobId
in interface MRProtos.JobReportProtoOrBuilder
public MRProtos.JobIdProto getJobId()
optional .hadoop.mapreduce.JobIdProto job_id = 1;
getJobId
in interface MRProtos.JobReportProtoOrBuilder
public MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()
optional .hadoop.mapreduce.JobIdProto job_id = 1;
getJobIdOrBuilder
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2;
hasJobState
in interface MRProtos.JobReportProtoOrBuilder
public MRProtos.JobStateProto getJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2;
getJobState
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasMapProgress()
optional float map_progress = 3;
hasMapProgress
in interface MRProtos.JobReportProtoOrBuilder
public float getMapProgress()
optional float map_progress = 3;
getMapProgress
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasReduceProgress()
optional float reduce_progress = 4;
hasReduceProgress
in interface MRProtos.JobReportProtoOrBuilder
public float getReduceProgress()
optional float reduce_progress = 4;
getReduceProgress
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasCleanupProgress()
optional float cleanup_progress = 5;
hasCleanupProgress
in interface MRProtos.JobReportProtoOrBuilder
public float getCleanupProgress()
optional float cleanup_progress = 5;
getCleanupProgress
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasSetupProgress()
optional float setup_progress = 6;
hasSetupProgress
in interface MRProtos.JobReportProtoOrBuilder
public float getSetupProgress()
optional float setup_progress = 6;
getSetupProgress
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasStartTime()
optional int64 start_time = 7;
hasStartTime
in interface MRProtos.JobReportProtoOrBuilder
public long getStartTime()
optional int64 start_time = 7;
getStartTime
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasFinishTime()
optional int64 finish_time = 8;
hasFinishTime
in interface MRProtos.JobReportProtoOrBuilder
public long getFinishTime()
optional int64 finish_time = 8;
getFinishTime
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasUser()
optional string user = 9;
hasUser
in interface MRProtos.JobReportProtoOrBuilder
public String getUser()
optional string user = 9;
getUser
in interface MRProtos.JobReportProtoOrBuilder
public com.google.protobuf.ByteString getUserBytes()
optional string user = 9;
getUserBytes
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasJobName()
optional string jobName = 10;
hasJobName
in interface MRProtos.JobReportProtoOrBuilder
public String getJobName()
optional string jobName = 10;
getJobName
in interface MRProtos.JobReportProtoOrBuilder
public com.google.protobuf.ByteString getJobNameBytes()
optional string jobName = 10;
getJobNameBytes
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasTrackingUrl()
optional string trackingUrl = 11;
hasTrackingUrl
in interface MRProtos.JobReportProtoOrBuilder
public String getTrackingUrl()
optional string trackingUrl = 11;
getTrackingUrl
in interface MRProtos.JobReportProtoOrBuilder
public com.google.protobuf.ByteString getTrackingUrlBytes()
optional string trackingUrl = 11;
getTrackingUrlBytes
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasDiagnostics()
optional string diagnostics = 12;
hasDiagnostics
in interface MRProtos.JobReportProtoOrBuilder
public String getDiagnostics()
optional string diagnostics = 12;
getDiagnostics
in interface MRProtos.JobReportProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 12;
getDiagnosticsBytes
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasJobFile()
optional string jobFile = 13;
hasJobFile
in interface MRProtos.JobReportProtoOrBuilder
public String getJobFile()
optional string jobFile = 13;
getJobFile
in interface MRProtos.JobReportProtoOrBuilder
public com.google.protobuf.ByteString getJobFileBytes()
optional string jobFile = 13;
getJobFileBytes
in interface MRProtos.JobReportProtoOrBuilder
public List<MRProtos.AMInfoProto> getAmInfosList()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
getAmInfosList
in interface MRProtos.JobReportProtoOrBuilder
public List<? extends MRProtos.AMInfoProtoOrBuilder> getAmInfosOrBuilderList()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
getAmInfosOrBuilderList
in interface MRProtos.JobReportProtoOrBuilder
public int getAmInfosCount()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
getAmInfosCount
in interface MRProtos.JobReportProtoOrBuilder
public MRProtos.AMInfoProto getAmInfos(int index)
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
getAmInfos
in interface MRProtos.JobReportProtoOrBuilder
public MRProtos.AMInfoProtoOrBuilder getAmInfosOrBuilder(int index)
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
getAmInfosOrBuilder
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasSubmitTime()
optional int64 submit_time = 15;
hasSubmitTime
in interface MRProtos.JobReportProtoOrBuilder
public long getSubmitTime()
optional int64 submit_time = 15;
getSubmitTime
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasIsUber()
optional bool is_uber = 16 [default = false];
hasIsUber
in interface MRProtos.JobReportProtoOrBuilder
public boolean getIsUber()
optional bool is_uber = 16 [default = false];
getIsUber
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasJobPriority()
optional .hadoop.yarn.PriorityProto jobPriority = 17;
hasJobPriority
in interface MRProtos.JobReportProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto getJobPriority()
optional .hadoop.yarn.PriorityProto jobPriority = 17;
getJobPriority
in interface MRProtos.JobReportProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder getJobPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto jobPriority = 17;
getJobPriorityOrBuilder
in interface MRProtos.JobReportProtoOrBuilder
public boolean hasHistoryFile()
optional string historyFile = 18;
hasHistoryFile
in interface MRProtos.JobReportProtoOrBuilder
public String getHistoryFile()
optional string historyFile = 18;
getHistoryFile
in interface MRProtos.JobReportProtoOrBuilder
public com.google.protobuf.ByteString getHistoryFileBytes()
optional string historyFile = 18;
getHistoryFileBytes
in interface MRProtos.JobReportProtoOrBuilder
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.JobReportProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.JobReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.JobReportProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.JobReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRProtos.JobReportProto parseFrom(InputStream input) throws IOException
IOException
public static MRProtos.JobReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.JobReportProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MRProtos.JobReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.JobReportProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MRProtos.JobReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRProtos.JobReportProto.Builder newBuilder()
public MRProtos.JobReportProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MRProtos.JobReportProto.Builder newBuilder(MRProtos.JobReportProto prototype)
public MRProtos.JobReportProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MRProtos.JobReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.