Uses of Class
org.apache.camel.component.hdfs2.HdfsConfiguration

Uses of HdfsConfiguration in org.apache.camel.component.hdfs2
 

Methods in org.apache.camel.component.hdfs2 that return HdfsConfiguration
 HdfsConfiguration HdfsEndpoint.getConfig()
           
 

Methods in org.apache.camel.component.hdfs2 with parameters of type HdfsConfiguration
static HdfsInputStream HdfsInputStream.createInputStream(String hdfsPath, HdfsConfiguration configuration)
           
abstract  Closeable HdfsFileType.createInputStream(String hdfsPath, HdfsConfiguration configuration)
           
static HdfsOutputStream HdfsOutputStream.createOutputStream(String hdfsPath, HdfsConfiguration configuration)
           
abstract  Closeable HdfsFileType.createOutputStream(String hdfsPath, HdfsConfiguration configuration)
           
abstract  StringBuilder HdfsFileSystemType.getHdfsPath(HdfsConfiguration conf)
           
 

Constructors in org.apache.camel.component.hdfs2 with parameters of type HdfsConfiguration
HdfsConsumer(HdfsEndpoint endpoint, org.apache.camel.Processor processor, HdfsConfiguration config)
           
HdfsProducer(HdfsEndpoint endpoint, HdfsConfiguration config)
           
 



Apache Camel