org.apache.hadoop.mapreduce.v2.proto
Interface MRServiceProtos.GetTaskReportsRequestProtoOrBuilder

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

public static interface MRServiceProtos.GetTaskReportsRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 MRProtos.JobIdProto getJobId()
          optional .hadoop.mapreduce.JobIdProto job_id = 1;
 MRProtos.JobIdProtoOrBuilder getJobIdOrBuilder()
          optional .hadoop.mapreduce.JobIdProto job_id = 1;
 MRProtos.TaskTypeProto getTaskType()
          optional .hadoop.mapreduce.TaskTypeProto task_type = 2;
 boolean hasJobId()
          optional .hadoop.mapreduce.JobIdProto job_id = 1;
 boolean hasTaskType()
          optional .hadoop.mapreduce.TaskTypeProto task_type = 2;
 
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;


hasTaskType

boolean hasTaskType()
optional .hadoop.mapreduce.TaskTypeProto task_type = 2;


getTaskType

MRProtos.TaskTypeProto getTaskType()
optional .hadoop.mapreduce.TaskTypeProto task_type = 2;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.