public static interface MRProtos.TaskAttemptCompletionEventProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;
MRProtos.TaskAttemptIdProto getAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;
MRProtos.TaskAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto attempt_id = 1;
boolean hasStatus()
optional .hadoop.mapreduce.TaskAttemptCompletionEventStatusProto status = 2;
MRProtos.TaskAttemptCompletionEventStatusProto getStatus()
optional .hadoop.mapreduce.TaskAttemptCompletionEventStatusProto status = 2;
boolean hasMapOutputServerAddress()
optional string map_output_server_address = 3;
String getMapOutputServerAddress()
optional string map_output_server_address = 3;
com.google.protobuf.ByteString getMapOutputServerAddressBytes()
optional string map_output_server_address = 3;
boolean hasAttemptRunTime()
optional int32 attempt_run_time = 4;
int getAttemptRunTime()
optional int32 attempt_run_time = 4;
boolean hasEventId()
optional int32 event_id = 5;
int getEventId()
optional int32 event_id = 5;
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.