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

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

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


Method Summary
 MRProtos.TaskAttemptIdProto getTaskAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 boolean hasTaskAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 
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

hasTaskAttemptId

boolean hasTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;


getTaskAttemptId

MRProtos.TaskAttemptIdProto getTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;


getTaskAttemptIdOrBuilder

MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.