org.apache.hadoop.mapreduce.v2.proto
Interface MRProtos.JobReportProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MRProtos.JobReportProto, MRProtos.JobReportProto.Builder
Enclosing class:
MRProtos

public static interface MRProtos.JobReportProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 String getDiagnostics()
          optional string diagnostics = 12;
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 12;
 long getFinishTime()
          optional int64 finish_time = 8;
 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;
 MRProtos.JobStateProto getJobState()
          optional .hadoop.mapreduce.JobStateProto job_state = 2;
 float getMapProgress()
          optional float map_progress = 3;
 float getReduceProgress()
          optional float reduce_progress = 4;
 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;
 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;
 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 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasJobId

boolean hasJobId()
optional .hadoop.mapreduce.JobIdProto job_id = 1;


getJobId

MRProtos.JobIdProto getJobId()
optional .hadoop.mapreduce.JobIdProto job_id = 1;


getJobIdOrBuilder

MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()
optional .hadoop.mapreduce.JobIdProto job_id = 1;


hasJobState

boolean hasJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2;


getJobState

MRProtos.JobStateProto getJobState()
optional .hadoop.mapreduce.JobStateProto job_state = 2;


hasMapProgress

boolean hasMapProgress()
optional float map_progress = 3;


getMapProgress

float getMapProgress()
optional float map_progress = 3;


hasReduceProgress

boolean hasReduceProgress()
optional float reduce_progress = 4;


getReduceProgress

float getReduceProgress()
optional float reduce_progress = 4;


hasCleanupProgress

boolean hasCleanupProgress()
optional float cleanup_progress = 5;


getCleanupProgress

float getCleanupProgress()
optional float cleanup_progress = 5;


hasSetupProgress

boolean hasSetupProgress()
optional float setup_progress = 6;


getSetupProgress

float getSetupProgress()
optional float setup_progress = 6;


hasStartTime

boolean hasStartTime()
optional int64 start_time = 7;


getStartTime

long getStartTime()
optional int64 start_time = 7;


hasFinishTime

boolean hasFinishTime()
optional int64 finish_time = 8;


getFinishTime

long getFinishTime()
optional int64 finish_time = 8;


hasUser

boolean hasUser()
optional string user = 9;


getUser

String getUser()
optional string user = 9;


getUserBytes

com.google.protobuf.ByteString getUserBytes()
optional string user = 9;


hasJobName

boolean hasJobName()
optional string jobName = 10;


getJobName

String getJobName()
optional string jobName = 10;


getJobNameBytes

com.google.protobuf.ByteString getJobNameBytes()
optional string jobName = 10;


hasTrackingUrl

boolean hasTrackingUrl()
optional string trackingUrl = 11;


getTrackingUrl

String getTrackingUrl()
optional string trackingUrl = 11;


getTrackingUrlBytes

com.google.protobuf.ByteString getTrackingUrlBytes()
optional string trackingUrl = 11;


hasDiagnostics

boolean hasDiagnostics()
optional string diagnostics = 12;


getDiagnostics

String getDiagnostics()
optional string diagnostics = 12;


getDiagnosticsBytes

com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 12;


hasJobFile

boolean hasJobFile()
optional string jobFile = 13;


getJobFile

String getJobFile()
optional string jobFile = 13;


getJobFileBytes

com.google.protobuf.ByteString getJobFileBytes()
optional string jobFile = 13;


getAmInfosList

List<MRProtos.AMInfoProto> getAmInfosList()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;


getAmInfos

MRProtos.AMInfoProto getAmInfos(int index)
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;


getAmInfosCount

int getAmInfosCount()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;


getAmInfosOrBuilderList

List<? extends MRProtos.AMInfoProtoOrBuilder> getAmInfosOrBuilderList()
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;


getAmInfosOrBuilder

MRProtos.AMInfoProtoOrBuilder getAmInfosOrBuilder(int index)
repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;


hasSubmitTime

boolean hasSubmitTime()
optional int64 submit_time = 15;


getSubmitTime

long getSubmitTime()
optional int64 submit_time = 15;


hasIsUber

boolean hasIsUber()
optional bool is_uber = 16 [default = false];


getIsUber

boolean getIsUber()
optional bool is_uber = 16 [default = false];



Copyright © 2013 Apache Software Foundation. All Rights Reserved.