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

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

Introduction

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

The text is from its open source code.

Method

CountersgetCounters()
TIPStatusgetCurrentStatus()
The current status
String[]getDiagnostics()
A list of error messages.
longgetFinishTime()
Get finish time of task.
floatgetProgress()
The amount completed, between zero and one.
CollectiongetRunningTaskAttemptIds()
Get the running task attempt IDs for this task
longgetStartTime()
Get start time of task.
StringgetState()
The most recent state, reported by the Reporter.
TaskAttemptIDgetSuccessfulTaskAttempt()
Get the attempt ID that took this task to completion
StringgetTaskId()
The string of the task id.
TaskIDgetTaskID()
The id of the task.