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

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

Introduction

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

The text is from its open source code.

Constructor

Method

TaskAttemptIDgetTaskAttemptId()
Returns task id.
intgetTaskRunTime()
Returns time (in millisec) the task took to complete.
StatusgetTaskStatus()
Returns Status
StringgetTaskTrackerHttp()
http location of the tasktracker where this task ran.
booleanisMapTask()
StringtoString()