Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce.v2.app |
Modifier and Type | Method and Description |
---|---|
void |
TaskAttemptListenerImpl.registerLaunchedTask(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID,
WrappedJvmID jvmId) |
void |
TaskAttemptListenerImpl.registerPendingTask(org.apache.hadoop.mapred.Task task,
WrappedJvmID jvmID) |
void |
TaskAttemptListenerImpl.unregister(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID,
WrappedJvmID jvmID) |
Modifier and Type | Method and Description |
---|---|
void |
TaskAttemptListener.registerLaunchedTask(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID,
WrappedJvmID jvmID)
Register task attempt.
|
void |
TaskAttemptListener.registerPendingTask(org.apache.hadoop.mapred.Task task,
WrappedJvmID jvmID)
Register a JVM with the listener.
|
void |
TaskAttemptListener.unregister(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID,
WrappedJvmID jvmID)
Unregister the JVM and the attempt associated with it.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.