Uses of Class
org.apache.hadoop.mapreduce.TaskTrackerInfo

Packages that use TaskTrackerInfo
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.protocol   
 

Uses of TaskTrackerInfo in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return TaskTrackerInfo
 TaskTrackerInfo[] Cluster.getActiveTaskTrackers()
          Get all active trackers in the cluster.
 TaskTrackerInfo[] Cluster.getBlackListedTaskTrackers()
          Get blacklisted trackers.
 

Uses of TaskTrackerInfo in org.apache.hadoop.mapreduce.protocol
 

Methods in org.apache.hadoop.mapreduce.protocol that return TaskTrackerInfo
 TaskTrackerInfo[] ClientProtocol.getActiveTrackers()
          Get all active trackers in cluster.
 TaskTrackerInfo[] ClientProtocol.getBlacklistedTrackers()
          Get all blacklisted trackers in cluster.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.