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

Packages that use TaskController
org.apache.hadoop.filecache   
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.server.tasktracker   
 

Uses of TaskController in org.apache.hadoop.filecache
 

Constructors in org.apache.hadoop.filecache with parameters of type TaskController
TrackerDistributedCacheManager(Configuration conf, TaskController taskController)
           
TrackerDistributedCacheManager(Configuration conf, TaskController taskController, MRAsyncDiskService asyncDiskService)
          Creates a TrackerDistributedCacheManager with a MRAsyncDiskService.
 

Uses of TaskController in org.apache.hadoop.mapred
 

Subclasses of TaskController in org.apache.hadoop.mapred
 class DefaultTaskController
          The default implementation for controlling tasks.
 

Methods in org.apache.hadoop.mapred that return TaskController
 TaskController TaskTracker.getTaskController()
           
 

Uses of TaskController in org.apache.hadoop.mapreduce.server.tasktracker
 

Constructors in org.apache.hadoop.mapreduce.server.tasktracker with parameters of type TaskController
Localizer(FileSystem fileSys, String[] lDirs, TaskController tc)
          Create a Localizer instance
 



Copyright © 2009 The Apache Software Foundation