Uses of Interface
org.apache.hadoop.mapreduce.v2.app.client.ClientService
Packages that use ClientService
Package
Description
-
Uses of ClientService in org.apache.hadoop.mapreduce.v2.app
Methods in org.apache.hadoop.mapreduce.v2.app that return ClientServiceModifier and TypeMethodDescriptionprotected ClientServiceMRAppMaster.createClientService(AppContext context) MRAppMaster.getClientService()Methods in org.apache.hadoop.mapreduce.v2.app with parameters of type ClientServiceModifier and TypeMethodDescriptionprotected ContainerAllocatorMRAppMaster.createContainerAllocator(ClientService clientService, AppContext context) -
Uses of ClientService in org.apache.hadoop.mapreduce.v2.app.client
Classes in org.apache.hadoop.mapreduce.v2.app.client that implement ClientServiceModifier and TypeClassDescriptionclassThis module is responsible for talking to the jobclient (user facing). -
Uses of ClientService in org.apache.hadoop.mapreduce.v2.app.local
Constructors in org.apache.hadoop.mapreduce.v2.app.local with parameters of type ClientServiceModifierConstructorDescriptionLocalContainerAllocator(ClientService clientService, AppContext context, String nmHost, int nmPort, int nmHttpPort, org.apache.hadoop.yarn.api.records.ContainerId cId) -
Uses of ClientService in org.apache.hadoop.mapreduce.v2.app.rm
Constructors in org.apache.hadoop.mapreduce.v2.app.rm with parameters of type ClientServiceModifierConstructorDescriptionRMCommunicator(ClientService clientService, AppContext context) RMContainerAllocator(ClientService clientService, AppContext context, AMPreemptionPolicy preemptionPolicy) RMContainerRequestor(ClientService clientService, AppContext context)