Uses of Interface
org.apache.hadoop.mapreduce.v2.app.client.ClientService

Packages that use ClientService
org.apache.hadoop.mapreduce.v2.app   
org.apache.hadoop.mapreduce.v2.app.client   
org.apache.hadoop.mapreduce.v2.app.local   
org.apache.hadoop.mapreduce.v2.app.rm   
 

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

Methods in org.apache.hadoop.mapreduce.v2.app that return ClientService
protected  ClientService MRAppMaster.createClientService(AppContext context)
           
 

Methods in org.apache.hadoop.mapreduce.v2.app with parameters of type ClientService
protected  ContainerAllocator MRAppMaster.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 ClientService
 class MRClientService
          This 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 ClientService
LocalContainerAllocator(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 ClientService
RMCommunicator(ClientService clientService, AppContext context)
           
RMContainerAllocator(ClientService clientService, AppContext context)
           
RMContainerRequestor(ClientService clientService, AppContext context)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.