public class ConfigurationFactory extends Object implements com.google.inject.Provider<org.apache.hadoop.conf.Configuration>
org.apache.hadoop.conf.Configuration instances, constructed by the correct version used
for the runtime.| Constructor and Description |
|---|
ConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
get()
Returns a new
Configuration instance from the HBase version-specific factory. |
org.apache.hadoop.conf.Configuration |
get(org.apache.hadoop.conf.Configuration baseConf)
Returns a new
Configuration instance from the HBase version-specific factory. |
public org.apache.hadoop.conf.Configuration get()
Configuration instance from the HBase version-specific factory.get in interface javax.inject.Provider<org.apache.hadoop.conf.Configuration>public org.apache.hadoop.conf.Configuration get(org.apache.hadoop.conf.Configuration baseConf)
Configuration instance from the HBase version-specific factory.baseConf - additional configuration properties to merge on to the classpath configurationCopyright © 2018 The Apache Software Foundation. All rights reserved.