public class ConfigurationDelegatingFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration>StandaloneYarnCluster からの Hadoop Configuration の取得を委譲するシンプルなファクトリ Bean。| コンストラクターと説明 |
|---|
ConfigurationDelegatingFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
org.apache.hadoop.conf.Configuration | getObject() |
java.lang.Class<org.apache.hadoop.conf.Configuration> | getObjectType() |
boolean | isSingleton() |
void | setCluster(YarnCluster cluster)StandaloneYarnCluster を設定します |
public org.apache.hadoop.conf.Configuration getObject()
throws java.lang.Exceptionorg.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration> 内の getObject java.lang.Exceptionpublic java.lang.Class<org.apache.hadoop.conf.Configuration> getObjectType()
org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration> 内の getObjectType public boolean isSingleton()
org.springframework.beans.factory.FactoryBean<org.apache.hadoop.conf.Configuration> 内の isSingleton public void afterPropertiesSet()
throws java.lang.Exceptionorg.springframework.beans.factory.InitializingBean 内の afterPropertiesSet java.lang.Exceptionpublic void setCluster(YarnCluster cluster)
StandaloneYarnCluster を設定します cluster - StandaloneYarnCluster