Uses of Class
org.apache.hadoop.mapreduce.v2.hs.HistoryServerStateStoreService

Packages that use HistoryServerStateStoreService
org.apache.hadoop.mapreduce.v2.hs   
 

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

Subclasses of HistoryServerStateStoreService in org.apache.hadoop.mapreduce.v2.hs
 class HistoryServerFileSystemStateStoreService
           
 class HistoryServerNullStateStoreService
           
 

Methods in org.apache.hadoop.mapreduce.v2.hs that return HistoryServerStateStoreService
protected  HistoryServerStateStoreService JobHistoryServer.createStateStore(org.apache.hadoop.conf.Configuration conf)
           
static HistoryServerStateStoreService HistoryServerStateStoreServiceFactory.getStore(org.apache.hadoop.conf.Configuration conf)
          Constructs an instance of the configured storage class
 

Methods in org.apache.hadoop.mapreduce.v2.hs with parameters of type HistoryServerStateStoreService
protected  JHSDelegationTokenSecretManager JobHistoryServer.createJHSSecretManager(org.apache.hadoop.conf.Configuration conf, HistoryServerStateStoreService store)
           
 

Constructors in org.apache.hadoop.mapreduce.v2.hs with parameters of type HistoryServerStateStoreService
JHSDelegationTokenSecretManager(long delegationKeyUpdateInterval, long delegationTokenMaxLifetime, long delegationTokenRenewInterval, long delegationTokenRemoverScanInterval, HistoryServerStateStoreService store)
          Create a secret manager
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.