Package | Description |
---|---|
org.apache.hadoop.mapreduce.v2.proto | |
org.apache.hadoop.mapreduce.v2.util |
Modifier and Type | Method and Description |
---|---|
MRProtos.JobStateProto |
MRProtos.JobReportProtoOrBuilder.getJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2; |
MRProtos.JobStateProto |
MRProtos.JobReportProto.getJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2; |
MRProtos.JobStateProto |
MRProtos.JobReportProto.Builder.getJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2; |
static MRProtos.JobStateProto |
MRProtos.JobStateProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MRProtos.JobStateProto |
MRProtos.JobStateProto.valueOf(int value) |
static MRProtos.JobStateProto |
MRProtos.JobStateProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MRProtos.JobStateProto[] |
MRProtos.JobStateProto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MRProtos.JobStateProto> |
MRProtos.JobStateProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MRProtos.JobReportProto.Builder |
MRProtos.JobReportProto.Builder.setJobState(MRProtos.JobStateProto value)
optional .hadoop.mapreduce.JobStateProto job_state = 2; |
Modifier and Type | Method and Description |
---|---|
static MRProtos.JobStateProto |
MRProtoUtils.convertToProtoFormat(JobState e) |
Modifier and Type | Method and Description |
---|---|
static JobState |
MRProtoUtils.convertFromProtoFormat(MRProtos.JobStateProto e) |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.