Package | Description |
---|---|
org.apache.camel.component.hdfs2 |
Modifier and Type | Method and Description |
---|---|
HdfsConfiguration |
HdfsEndpoint.getConfig() |
Modifier and Type | Method and Description |
---|---|
abstract Closeable |
HdfsFileType.createInputStream(String hdfsPath,
HdfsConfiguration configuration) |
static HdfsInputStream |
HdfsInputStream.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) |
Constructor and Description |
---|
HdfsConsumer(HdfsEndpoint endpoint,
org.apache.camel.Processor processor,
HdfsConfiguration config) |
HdfsProducer(HdfsEndpoint endpoint,
HdfsConfiguration config) |
Apache Camel