Uses of Class
org.apache.hadoop.mapred.WrappedJvmID

Packages that use WrappedJvmID
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.v2.app   
 

Uses of WrappedJvmID in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred with parameters of type WrappedJvmID
 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)
           
 

Uses of WrappedJvmID in org.apache.hadoop.mapreduce.v2.app
 

Methods in org.apache.hadoop.mapreduce.v2.app with parameters of type WrappedJvmID
 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 © 2012 Apache Software Foundation. All Rights Reserved.