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

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

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


Method Summary
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 15;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 15;
 MRProtos.CountersProto getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 String getDiagnosticInfo()
          optional string diagnostic_info = 7;
 com.google.protobuf.ByteString getDiagnosticInfoBytes()
          optional string diagnostic_info = 7;
 long getFinishTime()
          optional int64 finish_time = 5;
 String getNodeManagerHost()
          optional string node_manager_host = 12;
 com.google.protobuf.ByteString getNodeManagerHostBytes()
          optional string node_manager_host = 12;
 int getNodeManagerHttpPort()
          optional int32 node_manager_http_port = 14;
 int getNodeManagerPort()
          optional int32 node_manager_port = 13;
 MRProtos.PhaseProto getPhase()
          optional .hadoop.mapreduce.PhaseProto phase = 9;
 float getProgress()
          optional float progress = 3;
 long getShuffleFinishTime()
          optional int64 shuffle_finish_time = 10;
 long getSortFinishTime()
          optional int64 sort_finish_time = 11;
 long getStartTime()
          optional int64 start_time = 4;
 String getStateString()
          optional string state_string = 8;
 com.google.protobuf.ByteString getStateStringBytes()
          optional string state_string = 8;
 MRProtos.TaskAttemptIdProto getTaskAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 MRProtos.TaskAttemptStateProto getTaskAttemptState()
          optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
 boolean hasContainerId()
          optional .hadoop.yarn.ContainerIdProto container_id = 15;
 boolean hasCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 boolean hasDiagnosticInfo()
          optional string diagnostic_info = 7;
 boolean hasFinishTime()
          optional int64 finish_time = 5;
 boolean hasNodeManagerHost()
          optional string node_manager_host = 12;
 boolean hasNodeManagerHttpPort()
          optional int32 node_manager_http_port = 14;
 boolean hasNodeManagerPort()
          optional int32 node_manager_port = 13;
 boolean hasPhase()
          optional .hadoop.mapreduce.PhaseProto phase = 9;
 boolean hasProgress()
          optional float progress = 3;
 boolean hasShuffleFinishTime()
          optional int64 shuffle_finish_time = 10;
 boolean hasSortFinishTime()
          optional int64 sort_finish_time = 11;
 boolean hasStartTime()
          optional int64 start_time = 4;
 boolean hasStateString()
          optional string state_string = 8;
 boolean hasTaskAttemptId()
          optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
 boolean hasTaskAttemptState()
          optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 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

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;


hasTaskAttemptState

boolean hasTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;


getTaskAttemptState

MRProtos.TaskAttemptStateProto getTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;


hasProgress

boolean hasProgress()
optional float progress = 3;


getProgress

float getProgress()
optional float progress = 3;


hasStartTime

boolean hasStartTime()
optional int64 start_time = 4;


getStartTime

long getStartTime()
optional int64 start_time = 4;


hasFinishTime

boolean hasFinishTime()
optional int64 finish_time = 5;


getFinishTime

long getFinishTime()
optional int64 finish_time = 5;


hasCounters

boolean hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;


getCounters

MRProtos.CountersProto getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;


getCountersOrBuilder

MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6;


hasDiagnosticInfo

boolean hasDiagnosticInfo()
optional string diagnostic_info = 7;


getDiagnosticInfo

String getDiagnosticInfo()
optional string diagnostic_info = 7;


getDiagnosticInfoBytes

com.google.protobuf.ByteString getDiagnosticInfoBytes()
optional string diagnostic_info = 7;


hasStateString

boolean hasStateString()
optional string state_string = 8;


getStateString

String getStateString()
optional string state_string = 8;


getStateStringBytes

com.google.protobuf.ByteString getStateStringBytes()
optional string state_string = 8;


hasPhase

boolean hasPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;


getPhase

MRProtos.PhaseProto getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;


hasShuffleFinishTime

boolean hasShuffleFinishTime()
optional int64 shuffle_finish_time = 10;


getShuffleFinishTime

long getShuffleFinishTime()
optional int64 shuffle_finish_time = 10;


hasSortFinishTime

boolean hasSortFinishTime()
optional int64 sort_finish_time = 11;


getSortFinishTime

long getSortFinishTime()
optional int64 sort_finish_time = 11;


hasNodeManagerHost

boolean hasNodeManagerHost()
optional string node_manager_host = 12;


getNodeManagerHost

String getNodeManagerHost()
optional string node_manager_host = 12;


getNodeManagerHostBytes

com.google.protobuf.ByteString getNodeManagerHostBytes()
optional string node_manager_host = 12;


hasNodeManagerPort

boolean hasNodeManagerPort()
optional int32 node_manager_port = 13;


getNodeManagerPort

int getNodeManagerPort()
optional int32 node_manager_port = 13;


hasNodeManagerHttpPort

boolean hasNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;


getNodeManagerHttpPort

int getNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;


hasContainerId

boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;


getContainerId

org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;


getContainerIdOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.