@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface HdfsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointBuilder
Advanced builder for endpoint for the HDFS component.
|
static interface |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointConsumerBuilder
Advanced builder for endpoint consumers for the HDFS component.
|
static interface |
HdfsEndpointBuilderFactory.AdvancedHdfsEndpointProducerBuilder
Advanced builder for endpoint producers for the HDFS component.
|
static class |
HdfsEndpointBuilderFactory.CompressionType
Proxy enum for
org.apache.hadoop.io.SequenceFile$CompressionType enum. |
static interface |
HdfsEndpointBuilderFactory.HdfsBuilders |
static class |
HdfsEndpointBuilderFactory.HdfsCompressionCodec
Proxy enum for
org.apache.camel.component.hdfs.HdfsCompressionCodec enum. |
static interface |
HdfsEndpointBuilderFactory.HdfsEndpointBuilder
Builder for endpoint for the HDFS component.
|
static interface |
HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder
Builder for endpoint consumers for the HDFS component.
|
static interface |
HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder
Builder for endpoint producers for the HDFS component.
|
static class |
HdfsEndpointBuilderFactory.HdfsFileSystemType
Proxy enum for
org.apache.camel.component.hdfs.HdfsFileSystemType enum. |
static class |
HdfsEndpointBuilderFactory.HdfsFileType
Proxy enum for
org.apache.camel.component.hdfs.HdfsFileType
enum. |
static class |
HdfsEndpointBuilderFactory.WritableType
Proxy enum for
org.apache.camel.component.hdfs.WritableType
enum. |
| Modifier and Type | Method and Description |
|---|---|
static HdfsEndpointBuilderFactory.HdfsEndpointBuilder |
hdfs(String path)
HDFS (camel-hdfs)
For reading/writing from/to an HDFS filesystem using Hadoop 2.x.
|
static HdfsEndpointBuilderFactory.HdfsEndpointBuilder hdfs(String path)
hdfs:hostName:port/path
Path parameter: hostName (required)
HDFS host to use
Path parameter: port
HDFS port to use
Default value: 8020
Path parameter: path (required)
The directory path to useApache Camel