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

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

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


Method Summary
 MRProtos.TaskAttemptIdProto getAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;
 MRProtos.TaskAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
          optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;
 int getAttemptRunTime()
          optional int32 attempt_run_time = 4;
 int getEventId()
          optional int32 event_id = 5;
 String getMapOutputServerAddress()
          optional string map_output_server_address = 3;
 com.google.protobuf.ByteString getMapOutputServerAddressBytes()
          optional string map_output_server_address = 3;
 MRProtos.TaskAttemptCompletionEventStatusProto getStatus()
          optional .hadoop.mapreduce.TaskAttemptCompletionEventStatusProto status = 2;
 boolean hasAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;
 boolean hasAttemptRunTime()
          optional int32 attempt_run_time = 4;
 boolean hasEventId()
          optional int32 event_id = 5;
 boolean hasMapOutputServerAddress()
          optional string map_output_server_address = 3;
 boolean hasStatus()
          optional .hadoop.mapreduce.TaskAttemptCompletionEventStatusProto status = 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

hasAttemptId

boolean hasAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;


getAttemptId

MRProtos.TaskAttemptIdProto getAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;


getAttemptIdOrBuilder

MRProtos.TaskAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;


hasStatus

boolean hasStatus()
optional .hadoop.mapreduce.TaskAttemptCompletionEventStatusProto status = 2;


getStatus

MRProtos.TaskAttemptCompletionEventStatusProto getStatus()
optional .hadoop.mapreduce.TaskAttemptCompletionEventStatusProto status = 2;


hasMapOutputServerAddress

boolean hasMapOutputServerAddress()
optional string map_output_server_address = 3;


getMapOutputServerAddress

String getMapOutputServerAddress()
optional string map_output_server_address = 3;


getMapOutputServerAddressBytes

com.google.protobuf.ByteString getMapOutputServerAddressBytes()
optional string map_output_server_address = 3;


hasAttemptRunTime

boolean hasAttemptRunTime()
optional int32 attempt_run_time = 4;


getAttemptRunTime

int getAttemptRunTime()
optional int32 attempt_run_time = 4;


hasEventId

boolean hasEventId()
optional int32 event_id = 5;


getEventId

int getEventId()
optional int32 event_id = 5;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.