Uses of Class
org.apache.camel.component.hdfs.HdfsConfiguration
-
Packages that use HdfsConfiguration Package Description org.apache.camel.component.hdfs org.apache.camel.component.hdfs.kerberos -
-
Uses of HdfsConfiguration in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsConfiguration Modifier and Type Method Description HdfsConfiguration
HdfsEndpoint. getConfig()
Methods in org.apache.camel.component.hdfs with parameters of type HdfsConfiguration Modifier and Type Method Description abstract StringBuilder
HdfsFileSystemType. getHdfsPath(HdfsConfiguration conf)
Constructors in org.apache.camel.component.hdfs with parameters of type HdfsConfiguration Constructor Description HdfsConsumer(HdfsEndpoint endpoint, org.apache.camel.Processor processor, HdfsConfiguration endpointConfig)
HdfsProducer(HdfsEndpoint endpoint, HdfsConfiguration config)
-
Uses of HdfsConfiguration in org.apache.camel.component.hdfs.kerberos
Methods in org.apache.camel.component.hdfs.kerberos with parameters of type HdfsConfiguration Modifier and Type Method Description static void
KerberosConfigurationBuilder. withKerberosConfiguration(org.apache.hadoop.conf.Configuration configuration, HdfsConfiguration endpointConfig)
Add all the kerberos specific settings needed for this authentication mode
-