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

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.hs.HistoryServerStateStoreServiceFactory

public class HistoryServerStateStoreServiceFactory
extends Object


Constructor Summary
HistoryServerStateStoreServiceFactory()
           
 
Method Summary
static HistoryServerStateStoreService getStore(org.apache.hadoop.conf.Configuration conf)
          Constructs an instance of the configured storage class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryServerStateStoreServiceFactory

public HistoryServerStateStoreServiceFactory()
Method Detail

getStore

public static HistoryServerStateStoreService getStore(org.apache.hadoop.conf.Configuration conf)
Constructs an instance of the configured storage class

Parameters:
conf - the configuration
Returns:
the state storage instance


Copyright © 2014 Apache Software Foundation. All Rights Reserved.