|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskCompletionEvent | |
---|---|
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
org.apache.hadoop.mapreduce |
Uses of TaskCompletionEvent in org.apache.hadoop.mapred |
---|
Fields in org.apache.hadoop.mapred declared as TaskCompletionEvent | |
---|---|
static TaskCompletionEvent[] |
TaskCompletionEvent.EMPTY_ARRAY
|
Methods in org.apache.hadoop.mapred that return TaskCompletionEvent | |
---|---|
TaskCompletionEvent[] |
MapTaskCompletionEventsUpdate.getMapTaskCompletionEvents()
|
TaskCompletionEvent[] |
RunningJob.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks. |
TaskCompletionEvent[] |
JobInProgress.getTaskCompletionEvents(int fromEventId,
int maxEvents)
|
TaskCompletionEvent[] |
JobTracker.getTaskCompletionEvents(JobID jobid,
int fromEventId,
int maxEvents)
|
TaskCompletionEvent[] |
LocalJobRunner.getTaskCompletionEvents(JobID jobid,
int fromEventId,
int maxEvents)
|
Constructors in org.apache.hadoop.mapred with parameters of type TaskCompletionEvent | |
---|---|
MapTaskCompletionEventsUpdate(TaskCompletionEvent[] events,
boolean reset)
|
Uses of TaskCompletionEvent in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return TaskCompletionEvent | |
---|---|
TaskCompletionEvent[] |
Job.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |