Uses of Interface
org.apache.hadoop.mapreduce.v2.hs.HistoryContext

Packages that use HistoryContext
org.apache.hadoop.mapreduce.v2.hs   
org.apache.hadoop.mapreduce.v2.hs.webapp   
 

Uses of HistoryContext in org.apache.hadoop.mapreduce.v2.hs
 

Classes in org.apache.hadoop.mapreduce.v2.hs that implement HistoryContext
 class JobHistory
          Loads and manages the Job history cache.
 

Fields in org.apache.hadoop.mapreduce.v2.hs declared as HistoryContext
protected  HistoryContext JobHistoryServer.historyContext
           
 

Constructors in org.apache.hadoop.mapreduce.v2.hs with parameters of type HistoryContext
HistoryClientService(HistoryContext history, JHSDelegationTokenSecretManager jhsDTSecretManager)
           
 

Uses of HistoryContext in org.apache.hadoop.mapreduce.v2.hs.webapp
 

Constructors in org.apache.hadoop.mapreduce.v2.hs.webapp with parameters of type HistoryContext
HsWebApp(HistoryContext history)
           
HsWebServices(HistoryContext ctx, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.yarn.webapp.WebApp webapp)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.