| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SparkComponentBuilderFactory.SparkComponentBuilder |
ComponentsBuilderFactory.spark()
Spark (camel-spark)
Send RDD or DataFrame jobs to Apache Spark clusters.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SparkComponentBuilderFactory.SparkComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default SparkComponentBuilderFactory.SparkComponentBuilder |
SparkComponentBuilderFactory.SparkComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default SparkComponentBuilderFactory.SparkComponentBuilder |
SparkComponentBuilderFactory.SparkComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SparkComponentBuilderFactory.SparkComponentBuilder |
SparkComponentBuilderFactory.SparkComponentBuilder.rdd(org.apache.spark.api.java.JavaRDDLike rdd)
RDD to compute against.
|
default SparkComponentBuilderFactory.SparkComponentBuilder |
SparkComponentBuilderFactory.SparkComponentBuilder.rddCallback(org.apache.camel.component.spark.RddCallback rddCallback)
Function performing action against an RDD.
|
static SparkComponentBuilderFactory.SparkComponentBuilder |
SparkComponentBuilderFactory.spark()
Spark (camel-spark)
Send RDD or DataFrame jobs to Apache Spark clusters.
|
Apache Camel