Interface HdfsEndpointBuilderFactory
-
- All Known Subinterfaces:
EndpointBuilders
@Generated("org.apache.camel.maven.packaging.EndpointDslMojo") public interface HdfsEndpointBuilderFactory
Read and write from/to an HDFS filesystem using Hadoop 2.x. Generated by camel build tools - do NOT edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface 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 fororg.apache.hadoop.io.SequenceFile$CompressionType
enum.static interface
HdfsEndpointBuilderFactory.HdfsBuilders
static class
HdfsEndpointBuilderFactory.HdfsCompressionCodec
Proxy enum fororg.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 fororg.apache.camel.component.hdfs.HdfsFileSystemType
enum.static class
HdfsEndpointBuilderFactory.HdfsFileType
Proxy enum fororg.apache.camel.component.hdfs.HdfsFileType
enum.static class
HdfsEndpointBuilderFactory.WritableType
Proxy enum fororg.apache.camel.component.hdfs.WritableType
enum.
-
Method Summary
Static Methods Modifier and Type Method Description static HdfsEndpointBuilderFactory.HdfsEndpointBuilder
endpointBuilder(String componentName, String path)
-
-
-
Method Detail
-
endpointBuilder
static HdfsEndpointBuilderFactory.HdfsEndpointBuilder endpointBuilder(String componentName, String path)
-
-