public class ConfigurationFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration>
| Constructor and Description |
|---|
ConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConfiguration() |
org.springframework.core.io.Resource |
getDefaults() |
org.apache.hadoop.conf.Configuration |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setDefaults(org.springframework.core.io.Resource defaults) |
public org.apache.hadoop.conf.Configuration getConfiguration()
public org.apache.hadoop.conf.Configuration getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration>public org.springframework.core.io.Resource getDefaults()
public void setDefaults(org.springframework.core.io.Resource defaults)
Copyright © 2026. All rights reserved.