Uses of Interface
org.apache.hadoop.mapreduce.v2.app.AppContext
Packages that use AppContext
Package
Description
-
Uses of AppContext in org.apache.hadoop.mapred
Constructors in org.apache.hadoop.mapred with parameters of type AppContextModifierConstructorDescriptionLocalContainerLauncher(AppContext context, org.apache.hadoop.mapred.TaskUmbilicalProtocol umbilical) LocalContainerLauncher(AppContext context, org.apache.hadoop.mapred.TaskUmbilicalProtocol umbilical, ClassLoader jobClassLoader) MapTaskAttemptImpl(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskId, int attempt, org.apache.hadoop.yarn.event.EventHandler eventHandler, org.apache.hadoop.fs.Path jobFile, int partition, org.apache.hadoop.mapreduce.split.JobSplit.TaskSplitMetaInfo splitInfo, org.apache.hadoop.mapred.JobConf conf, TaskAttemptListener taskAttemptListener, org.apache.hadoop.security.token.Token<org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier> jobToken, org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.yarn.util.Clock clock, AppContext appContext) ReduceTaskAttemptImpl(org.apache.hadoop.mapreduce.v2.api.records.TaskId id, int attempt, org.apache.hadoop.yarn.event.EventHandler eventHandler, org.apache.hadoop.fs.Path jobFile, int partition, int numMapTasks, org.apache.hadoop.mapred.JobConf conf, TaskAttemptListener taskAttemptListener, org.apache.hadoop.security.token.Token<org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier> jobToken, org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.yarn.util.Clock clock, AppContext appContext) TaskAttemptListenerImpl(AppContext context, org.apache.hadoop.mapreduce.security.token.JobTokenSecretManager jobTokenSecretManager, RMHeartbeatHandler rmHeartbeatHandler, AMPreemptionPolicy preemptionPolicy) TaskAttemptListenerImpl(AppContext context, org.apache.hadoop.mapreduce.security.token.JobTokenSecretManager jobTokenSecretManager, RMHeartbeatHandler rmHeartbeatHandler, AMPreemptionPolicy preemptionPolicy, byte[] secretShuffleKey) -
Uses of AppContext in org.apache.hadoop.mapreduce.jobhistory
Constructors in org.apache.hadoop.mapreduce.jobhistory with parameters of type AppContext -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app
Classes in org.apache.hadoop.mapreduce.v2.app that implement AppContextMethods in org.apache.hadoop.mapreduce.v2.app that return AppContextMethods in org.apache.hadoop.mapreduce.v2.app with parameters of type AppContextModifier and TypeMethodDescriptionprotected ClientServiceMRAppMaster.createClientService(AppContext context) protected org.apache.hadoop.yarn.event.EventHandler<CommitterEvent>MRAppMaster.createCommitterEventHandler(AppContext context, org.apache.hadoop.mapreduce.OutputCommitter committer) protected ContainerAllocatorMRAppMaster.createContainerAllocator(ClientService clientService, AppContext context) protected ContainerLauncherMRAppMaster.createContainerLauncher(AppContext context) protected org.apache.hadoop.yarn.event.EventHandler<JobHistoryEvent>MRAppMaster.createJobHistoryHandler(AppContext context) protected SpeculatorMRAppMaster.createSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context) protected TaskAttemptListenerMRAppMaster.createTaskAttemptListener(AppContext context, AMPreemptionPolicy preemptionPolicy) -
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 -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.commit
Constructors in org.apache.hadoop.mapreduce.v2.app.commit with parameters of type AppContextModifierConstructorDescriptionCommitterEventHandler(AppContext context, org.apache.hadoop.mapreduce.OutputCommitter committer, RMHeartbeatHandler rmHeartbeatHandler) CommitterEventHandler(AppContext context, org.apache.hadoop.mapreduce.OutputCommitter committer, RMHeartbeatHandler rmHeartbeatHandler, ClassLoader jobClassLoader) -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.job.impl
Fields in org.apache.hadoop.mapreduce.v2.app.job.impl declared as AppContextConstructors in org.apache.hadoop.mapreduce.v2.app.job.impl with parameters of type AppContextModifierConstructorDescriptionJobImpl(org.apache.hadoop.mapreduce.v2.api.records.JobId jobId, org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.yarn.event.EventHandler eventHandler, TaskAttemptListener taskAttemptListener, org.apache.hadoop.mapreduce.security.token.JobTokenSecretManager jobTokenSecretManager, org.apache.hadoop.security.Credentials jobCredentials, org.apache.hadoop.yarn.util.Clock clock, Map<org.apache.hadoop.mapreduce.v2.api.records.TaskId, org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.TaskInfo> completedTasksFromPreviousRun, MRAppMetrics metrics, org.apache.hadoop.mapreduce.OutputCommitter committer, boolean newApiCommitter, String userName, long appSubmitTime, List<org.apache.hadoop.mapreduce.v2.api.records.AMInfo> amInfos, AppContext appContext, JobStateInternal forcedState, String forcedDiagnostic) MapTaskImpl(org.apache.hadoop.mapreduce.v2.api.records.JobId jobId, int partition, org.apache.hadoop.yarn.event.EventHandler eventHandler, org.apache.hadoop.fs.Path remoteJobConfFile, org.apache.hadoop.mapred.JobConf conf, org.apache.hadoop.mapreduce.split.JobSplit.TaskSplitMetaInfo taskSplitMetaInfo, TaskAttemptListener taskAttemptListener, org.apache.hadoop.security.token.Token<org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier> jobToken, org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.yarn.util.Clock clock, int appAttemptId, MRAppMetrics metrics, AppContext appContext) ReduceTaskImpl(org.apache.hadoop.mapreduce.v2.api.records.JobId jobId, int partition, org.apache.hadoop.yarn.event.EventHandler eventHandler, org.apache.hadoop.fs.Path jobFile, org.apache.hadoop.mapred.JobConf conf, int numMapTasks, TaskAttemptListener taskAttemptListener, org.apache.hadoop.security.token.Token<org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier> jobToken, org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.yarn.util.Clock clock, int appAttemptId, MRAppMetrics metrics, AppContext appContext) TaskAttemptImpl(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskId, int i, org.apache.hadoop.yarn.event.EventHandler eventHandler, TaskAttemptListener taskAttemptListener, org.apache.hadoop.fs.Path jobFile, int partition, org.apache.hadoop.mapred.JobConf conf, String[] dataLocalHosts, org.apache.hadoop.security.token.Token<org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier> jobToken, org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.yarn.util.Clock clock, AppContext appContext) TaskImpl(org.apache.hadoop.mapreduce.v2.api.records.JobId jobId, org.apache.hadoop.mapreduce.v2.api.records.TaskType taskType, int partition, org.apache.hadoop.yarn.event.EventHandler eventHandler, org.apache.hadoop.fs.Path remoteJobConfFile, org.apache.hadoop.mapred.JobConf conf, TaskAttemptListener taskAttemptListener, org.apache.hadoop.security.token.Token<org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier> jobToken, org.apache.hadoop.security.Credentials credentials, org.apache.hadoop.yarn.util.Clock clock, int appAttemptId, MRAppMetrics metrics, 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 -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.local
Constructors in org.apache.hadoop.mapreduce.v2.app.local with parameters of type AppContextModifierConstructorDescriptionLocalContainerAllocator(ClientService clientService, AppContext context, String nmHost, int nmPort, int nmHttpPort, org.apache.hadoop.yarn.api.records.ContainerId cId) -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.rm
Methods in org.apache.hadoop.mapreduce.v2.app.rm that return AppContextConstructors in org.apache.hadoop.mapreduce.v2.app.rm with parameters of type AppContextModifierConstructorDescriptionRMCommunicator(ClientService clientService, AppContext context) RMContainerAllocator(ClientService clientService, AppContext context, AMPreemptionPolicy preemptionPolicy) RMContainerRequestor(ClientService clientService, AppContext context) -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.rm.preemption
Methods in org.apache.hadoop.mapreduce.v2.app.rm.preemption with parameters of type AppContextModifier and TypeMethodDescriptionvoidAMPreemptionPolicy.init(AppContext context) voidCheckpointAMPreemptionPolicy.init(AppContext context) voidKillAMPreemptionPolicy.init(AppContext context) voidNoopAMPreemptionPolicy.init(AppContext context) -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.speculate
Fields in org.apache.hadoop.mapreduce.v2.app.speculate declared as AppContextModifier and TypeFieldDescriptionprotected AppContextStartEndTimesBase.contextprotected AppContextStartEndTimesBase.contextprotected AppContextStartEndTimesBase.contextMethods in org.apache.hadoop.mapreduce.v2.app.speculate with parameters of type AppContextModifier and TypeMethodDescriptionvoidExponentiallySmoothedTaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context) voidNullTaskRuntimesEngine.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context) voidSimpleExponentialTaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context) voidTaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf, AppContext context) Constructors in org.apache.hadoop.mapreduce.v2.app.speculate with parameters of type AppContextModifierConstructorDescriptionDefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context) DefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context, TaskRuntimeEstimator estimator, org.apache.hadoop.yarn.util.Clock clock) DefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context, org.apache.hadoop.yarn.util.Clock clock) -
Uses of AppContext in org.apache.hadoop.mapreduce.v2.app.webapp
Methods in org.apache.hadoop.mapreduce.v2.app.webapp with parameters of type AppContextModifier and TypeMethodDescriptionstatic JobAMWebServices.getJobFromContainerIdString(String cid, AppContext appCtx) static JobAMWebServices.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 AppContextModifierConstructorDescriptionAMWebApp(AppContext appContext) AMWebServices(App app, AppContext context) App(AppContext ctx) -
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 AppContextModifierConstructorDescriptionAppInfo(App app, AppContext context) BlacklistedNodesInfo(AppContext appContext) JobCounterInfo(AppContext ctx, Job job)