Java org.apache.hadoop.mapreduce TaskReport fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce TaskReport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce TaskReport.

The text is from its open source code.

Method

TIPStatusgetCurrentStatus()
The current status
String[]getDiagnostics()
A list of error messages.
floatgetProgress()
The amount completed, between zero and one.
CollectiongetRunningTaskAttemptIds()
Get the running task attempt IDs for this task
longgetStartTime()
Get start time of task.
CountersgetTaskCounters()
A table of counters.
StringgetTaskId()
The string of the task ID.
TaskIDgetTaskID()
The ID of the task.