Interface SparkComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SparkComponentBuilderFactory
Send RDD or DataFrame jobs to Apache Spark clusters. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SparkComponentBuilderFactory.SparkComponentBuilder
Builder for the Spark component.static class
SparkComponentBuilderFactory.SparkComponentBuilderImpl
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static SparkComponentBuilderFactory.SparkComponentBuilder
spark()
Deprecated.
-
-
-
Method Detail
-
spark
@Deprecated static SparkComponentBuilderFactory.SparkComponentBuilder spark()
Deprecated.Spark (camel-spark) Send RDD or DataFrame jobs to Apache Spark clusters. Category: bigdata,iot Since: 2.17 Maven coordinates: org.apache.camel:camel-spark- Returns:
- the dsl builder
-
-