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.userlogs   
org.apache.hadoop.util   
 

Uses of TaskController in org.apache.hadoop.filecache
 

Constructors in org.apache.hadoop.filecache with parameters of type TaskController
TrackerDistributedCacheManager(org.apache.hadoop.conf.Configuration conf, TaskController controller)
           
TrackerDistributedCacheManager(org.apache.hadoop.conf.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()
           
 

Constructors in org.apache.hadoop.mapred with parameters of type TaskController
TaskController.DeletionContext(TaskController controller, boolean isLog, java.lang.String user, java.lang.String subDir)
           
 

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

Methods in org.apache.hadoop.mapreduce.server.tasktracker.userlogs that return TaskController
 TaskController UserLogManager.getTaskController()
          Get the taskController for deleting logs.
 

Constructors in org.apache.hadoop.mapreduce.server.tasktracker.userlogs with parameters of type TaskController
UserLogManager(org.apache.hadoop.conf.Configuration conf, TaskController taskController)
          Create the user log manager to manage user logs on TaskTracker.
 

Uses of TaskController in org.apache.hadoop.util
 

Constructors in org.apache.hadoop.util with parameters of type TaskController
MRAsyncDiskService(org.apache.hadoop.fs.FileSystem localFileSystem, TaskController taskController, java.lang.String[] nonCanonicalVols)
          Create a AsyncDiskServices with a set of volumes (specified by their root directories).
 



Copyright © 2009 The Apache Software Foundation