Uses of Class
org.apache.hadoop.mapred.WrappedJvmID
Packages that use WrappedJvmID
-
Uses of WrappedJvmID in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred with parameters of type WrappedJvmIDModifier and TypeMethodDescriptionvoidTaskAttemptListenerImpl.registerLaunchedTask(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, WrappedJvmID jvmId) voidTaskAttemptListenerImpl.registerPendingTask(org.apache.hadoop.mapred.Task task, WrappedJvmID jvmID) voidTaskAttemptListenerImpl.unregister(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, WrappedJvmID jvmID) -
Uses of WrappedJvmID in org.apache.hadoop.mapreduce.v2.app
Methods in org.apache.hadoop.mapreduce.v2.app with parameters of type WrappedJvmIDModifier and TypeMethodDescriptionvoidTaskAttemptListener.registerLaunchedTask(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, WrappedJvmID jvmID) Register task attempt.voidTaskAttemptListener.registerPendingTask(org.apache.hadoop.mapred.Task task, WrappedJvmID jvmID) Register a JVM with the listener.voidTaskAttemptListener.unregister(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId attemptID, WrappedJvmID jvmID) Unregister the JVM and the attempt associated with it.