Uses of Interface
org.apache.hadoop.mapreduce.v2.app.AppContext

Packages that use AppContext
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.jobhistory   
org.apache.hadoop.mapreduce.v2.app   
org.apache.hadoop.mapreduce.v2.app.client   
org.apache.hadoop.mapreduce.v2.app.launcher   
org.apache.hadoop.mapreduce.v2.app.local   
org.apache.hadoop.mapreduce.v2.app.rm   
org.apache.hadoop.mapreduce.v2.app.speculate   
org.apache.hadoop.mapreduce.v2.app.taskclean   
org.apache.hadoop.mapreduce.v2.app.webapp   
org.apache.hadoop.mapreduce.v2.app.webapp.dao   
 

Uses of AppContext in org.apache.hadoop.mapred
 

Constructors in org.apache.hadoop.mapred with parameters of type AppContext
LocalContainerLauncher(AppContext context, org.apache.hadoop.mapred.TaskUmbilicalProtocol umbilical)
           
TaskAttemptListenerImpl(AppContext context, org.apache.hadoop.mapreduce.security.token.JobTokenSecretManager jobTokenSecretManager)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.jobhistory
 

Constructors in org.apache.hadoop.mapreduce.jobhistory with parameters of type AppContext
JobHistoryEventHandler(AppContext context, int startCount)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.app that return AppContext
 AppContext MRAppMaster.getContext()
           
 

Methods in org.apache.hadoop.mapreduce.v2.app with parameters of type AppContext
protected  ClientService MRAppMaster.createClientService(AppContext context)
           
protected  ContainerAllocator MRAppMaster.createContainerAllocator(ClientService clientService, AppContext context)
           
protected  ContainerLauncher MRAppMaster.createContainerLauncher(AppContext context)
           
protected  org.apache.hadoop.yarn.event.EventHandler<JobHistoryEvent> MRAppMaster.createJobHistoryHandler(AppContext context)
           
protected  Recovery MRAppMaster.createRecoveryService(AppContext appContext)
          Create the recovery service.
protected  Speculator MRAppMaster.createSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context)
           
protected  TaskAttemptListener MRAppMaster.createTaskAttemptListener(AppContext context)
           
protected  TaskCleaner MRAppMaster.createTaskCleaner(AppContext context)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.client
 

Constructors in org.apache.hadoop.mapreduce.v2.app.client with parameters of type AppContext
MRClientService(AppContext appContext)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.launcher
 

Constructors in org.apache.hadoop.mapreduce.v2.app.launcher with parameters of type AppContext
ContainerLauncherImpl(AppContext context)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.local
 

Constructors in org.apache.hadoop.mapreduce.v2.app.local with parameters of type AppContext
LocalContainerAllocator(ClientService clientService, AppContext context)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.rm
 

Methods in org.apache.hadoop.mapreduce.v2.app.rm that return AppContext
protected  AppContext RMCommunicator.getContext()
           
 

Constructors in org.apache.hadoop.mapreduce.v2.app.rm with parameters of type AppContext
RMCommunicator(ClientService clientService, AppContext context)
           
RMContainerAllocator(ClientService clientService, AppContext context)
           
RMContainerRequestor(ClientService clientService, AppContext context)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.speculate
 

Methods in org.apache.hadoop.mapreduce.v2.app.speculate with parameters of type AppContext
 void NullTaskRuntimesEngine.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context)
           
 void ExponentiallySmoothedTaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context)
           
 void TaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context)
           
 

Constructors in org.apache.hadoop.mapreduce.v2.app.speculate with parameters of type AppContext
DefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context)
           
DefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context, org.apache.hadoop.yarn.Clock clock)
           
DefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context, TaskRuntimeEstimator estimator, org.apache.hadoop.yarn.Clock clock)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.taskclean
 

Constructors in org.apache.hadoop.mapreduce.v2.app.taskclean with parameters of type AppContext
TaskCleanerImpl(AppContext context)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.webapp
 

Methods in org.apache.hadoop.mapreduce.v2.app.webapp with parameters of type AppContext
static Job AMWebServices.getJobFromJobIdString(String jid, AppContext appCtx)
          convert a job id string to an actual job and handle all the error checking.
 

Constructors in org.apache.hadoop.mapreduce.v2.app.webapp with parameters of type AppContext
AMWebServices(App app, AppContext context, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.webapp.dao
 

Constructors in org.apache.hadoop.mapreduce.v2.app.webapp.dao with parameters of type AppContext
AppInfo(App app, AppContext context)
           
JobCounterInfo(AppContext ctx, Job job)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.