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

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

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


Method Summary
 MRProtos.CountersProto getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 String getDiagnostics(int index)
          repeated string diagnostics = 9;
 com.google.protobuf.ByteString getDiagnosticsBytes(int index)
          repeated string diagnostics = 9;
 int getDiagnosticsCount()
          repeated string diagnostics = 9;
 List<String> getDiagnosticsList()
          repeated string diagnostics = 9;
 long getFinishTime()
          optional int64 finish_time = 5;
 float getProgress()
          optional float progress = 3;
 MRProtos.TaskAttemptIdProto getRunningAttempts(int index)
          repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
 int getRunningAttemptsCount()
          repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
 List<MRProtos.TaskAttemptIdProto> getRunningAttemptsList()
          repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
 MRProtos.TaskAttemptIdProtoOrBuilder getRunningAttemptsOrBuilder(int index)
          repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
 List<? extends MRProtos.TaskAttemptIdProtoOrBuilder> getRunningAttemptsOrBuilderList()
          repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;
 long getStartTime()
          optional int64 start_time = 4;
 MRProtos.TaskAttemptIdProto getSuccessfulAttempt()
          optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;
 MRProtos.TaskAttemptIdProtoOrBuilder getSuccessfulAttemptOrBuilder()
          optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;
 MRProtos.TaskIdProto getTaskId()
          optional .hadoop.mapreduce.TaskIdProto task_id = 1;
 MRProtos.TaskIdProtoOrBuilder getTaskIdOrBuilder()
          optional .hadoop.mapreduce.TaskIdProto task_id = 1;
 MRProtos.TaskStateProto getTaskState()
          optional .hadoop.mapreduce.TaskStateProto task_state = 2;
 boolean hasCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 boolean hasFinishTime()
          optional int64 finish_time = 5;
 boolean hasProgress()
          optional float progress = 3;
 boolean hasStartTime()
          optional int64 start_time = 4;
 boolean hasSuccessfulAttempt()
          optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;
 boolean hasTaskId()
          optional .hadoop.mapreduce.TaskIdProto task_id = 1;
 boolean hasTaskState()
          optional .hadoop.mapreduce.TaskStateProto task_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

hasTaskId

boolean hasTaskId()
optional .hadoop.mapreduce.TaskIdProto task_id = 1;


getTaskId

MRProtos.TaskIdProto getTaskId()
optional .hadoop.mapreduce.TaskIdProto task_id = 1;


getTaskIdOrBuilder

MRProtos.TaskIdProtoOrBuilder getTaskIdOrBuilder()
optional .hadoop.mapreduce.TaskIdProto task_id = 1;


hasTaskState

boolean hasTaskState()
optional .hadoop.mapreduce.TaskStateProto task_state = 2;


getTaskState

MRProtos.TaskStateProto getTaskState()
optional .hadoop.mapreduce.TaskStateProto task_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;


getRunningAttemptsList

List<MRProtos.TaskAttemptIdProto> getRunningAttemptsList()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;


getRunningAttempts

MRProtos.TaskAttemptIdProto getRunningAttempts(int index)
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;


getRunningAttemptsCount

int getRunningAttemptsCount()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;


getRunningAttemptsOrBuilderList

List<? extends MRProtos.TaskAttemptIdProtoOrBuilder> getRunningAttemptsOrBuilderList()
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;


getRunningAttemptsOrBuilder

MRProtos.TaskAttemptIdProtoOrBuilder getRunningAttemptsOrBuilder(int index)
repeated .hadoop.mapreduce.TaskAttemptIdProto running_attempts = 7;


hasSuccessfulAttempt

boolean hasSuccessfulAttempt()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;


getSuccessfulAttempt

MRProtos.TaskAttemptIdProto getSuccessfulAttempt()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;


getSuccessfulAttemptOrBuilder

MRProtos.TaskAttemptIdProtoOrBuilder getSuccessfulAttemptOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto successful_attempt = 8;


getDiagnosticsList

List<String> getDiagnosticsList()
repeated string diagnostics = 9;


getDiagnosticsCount

int getDiagnosticsCount()
repeated string diagnostics = 9;


getDiagnostics

String getDiagnostics(int index)
repeated string diagnostics = 9;


getDiagnosticsBytes

com.google.protobuf.ByteString getDiagnosticsBytes(int index)
repeated string diagnostics = 9;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.