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)
           
 int getAmInfosCount()
           
 List<MRProtos.AMInfoProto> getAmInfosList()
           
 MRProtos.AMInfoProtoOrBuilder getAmInfosOrBuilder(int index)
           
 List<? extends MRProtos.AMInfoProtoOrBuilder> getAmInfosOrBuilderList()
           
 float getCleanupProgress()
           
 String getDiagnostics()
           
 long getFinishTime()
           
 boolean getIsUber()
           
 String getJobFile()
           
 MRProtos.JobIdProto getJobId()
           
 MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()
           
 String getJobName()
           
 MRProtos.JobStateProto getJobState()
           
 float getMapProgress()
           
 float getReduceProgress()
           
 float getSetupProgress()
           
 long getStartTime()
           
 long getSubmitTime()
           
 String getTrackingUrl()
           
 String getUser()
           
 boolean hasCleanupProgress()
           
 boolean hasDiagnostics()
           
 boolean hasFinishTime()
           
 boolean hasIsUber()
           
 boolean hasJobFile()
           
 boolean hasJobId()
           
 boolean hasJobName()
           
 boolean hasJobState()
           
 boolean hasMapProgress()
           
 boolean hasReduceProgress()
           
 boolean hasSetupProgress()
           
 boolean hasStartTime()
           
 boolean hasSubmitTime()
           
 boolean hasTrackingUrl()
           
 boolean hasUser()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasJobId

boolean hasJobId()

getJobId

MRProtos.JobIdProto getJobId()

getJobIdOrBuilder

MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()

hasJobState

boolean hasJobState()

getJobState

MRProtos.JobStateProto getJobState()

hasMapProgress

boolean hasMapProgress()

getMapProgress

float getMapProgress()

hasReduceProgress

boolean hasReduceProgress()

getReduceProgress

float getReduceProgress()

hasCleanupProgress

boolean hasCleanupProgress()

getCleanupProgress

float getCleanupProgress()

hasSetupProgress

boolean hasSetupProgress()

getSetupProgress

float getSetupProgress()

hasStartTime

boolean hasStartTime()

getStartTime

long getStartTime()

hasFinishTime

boolean hasFinishTime()

getFinishTime

long getFinishTime()

hasUser

boolean hasUser()

getUser

String getUser()

hasJobName

boolean hasJobName()

getJobName

String getJobName()

hasTrackingUrl

boolean hasTrackingUrl()

getTrackingUrl

String getTrackingUrl()

hasDiagnostics

boolean hasDiagnostics()

getDiagnostics

String getDiagnostics()

hasJobFile

boolean hasJobFile()

getJobFile

String getJobFile()

getAmInfosList

List<MRProtos.AMInfoProto> getAmInfosList()

getAmInfos

MRProtos.AMInfoProto getAmInfos(int index)

getAmInfosCount

int getAmInfosCount()

getAmInfosOrBuilderList

List<? extends MRProtos.AMInfoProtoOrBuilder> getAmInfosOrBuilderList()

getAmInfosOrBuilder

MRProtos.AMInfoProtoOrBuilder getAmInfosOrBuilder(int index)

hasSubmitTime

boolean hasSubmitTime()

getSubmitTime

long getSubmitTime()

hasIsUber

boolean hasIsUber()

getIsUber

boolean getIsUber()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.