org.apache.hadoop.mapreduce.v2.hs
Class HistoryClientService

java.lang.Object
  extended by org.apache.hadoop.yarn.service.AbstractService
      extended by org.apache.hadoop.mapreduce.v2.hs.HistoryClientService
All Implemented Interfaces:
org.apache.hadoop.yarn.service.Service

public class HistoryClientService
extends org.apache.hadoop.yarn.service.AbstractService

This module is responsible for talking to the JobClient (user facing).


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.yarn.service.Service
org.apache.hadoop.yarn.service.Service.STATE
 
Constructor Summary
HistoryClientService(HistoryContext history, JHSDelegationTokenSecretManager jhsDTSecretManager)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.hadoop.yarn.service.AbstractService
getConfig, getName, getServiceState, getStartTime, init, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryClientService

public HistoryClientService(HistoryContext history,
                            JHSDelegationTokenSecretManager jhsDTSecretManager)
Method Detail

start

public void start()
Specified by:
start in interface org.apache.hadoop.yarn.service.Service
Overrides:
start in class org.apache.hadoop.yarn.service.AbstractService

stop

public void stop()
Specified by:
stop in interface org.apache.hadoop.yarn.service.Service
Overrides:
stop in class org.apache.hadoop.yarn.service.AbstractService


Copyright © 2012 Apache Software Foundation. All Rights Reserved.