Class HdfsComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.hdfs.springboot.HdfsComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.hdfs") public class HdfsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonRead and write from/to an HDFS filesystem using Hadoop 2.x. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description HdfsComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()ConfigurationgetJAASConfiguration()StringgetKerberosConfigFile()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetJAASConfiguration(Configuration jAASConfiguration)voidsetKerberosConfigFile(String kerberosConfigFile)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getJAASConfiguration
public Configuration getJAASConfiguration()
-
setJAASConfiguration
public void setJAASConfiguration(Configuration jAASConfiguration)
-
getKerberosConfigFile
public String getKerberosConfigFile()
-
setKerberosConfigFile
public void setKerberosConfigFile(String kerberosConfigFile)
-
-