Class HistoryServerStateStoreServiceFactory
java.lang.Object
org.apache.hadoop.mapreduce.v2.hs.HistoryServerStateStoreServiceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStore(org.apache.hadoop.conf.Configuration conf) Constructs an instance of the configured storage class
-
Constructor Details
-
HistoryServerStateStoreServiceFactory
public HistoryServerStateStoreServiceFactory()
-
-
Method Details
-
getStore
Constructs an instance of the configured storage class- Parameters:
conf- the configuration- Returns:
- the state storage instance
-