Interface HdfsComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface HdfsComponentBuilderFactory
Read and write from/to an HDFS filesystem using Hadoop 2.x. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHdfsComponentBuilderFactory.HdfsComponentBuilderBuilder for the HDFS component.static classHdfsComponentBuilderFactory.HdfsComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static HdfsComponentBuilderFactory.HdfsComponentBuilderhdfs()HDFS (camel-hdfs) Read and write from/to an HDFS filesystem using Hadoop 2.x.
-
-
-
Method Detail
-
hdfs
static HdfsComponentBuilderFactory.HdfsComponentBuilder hdfs()
HDFS (camel-hdfs) Read and write from/to an HDFS filesystem using Hadoop 2.x. Category: bigdata,hadoop,file Since: 2.14 Maven coordinates: org.apache.camel:camel-hdfs- Returns:
- the dsl builder
-
-