Class SparkComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.spark.springboot.SparkComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.spark") public class SparkComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonSend RDD or DataFrame jobs to Apache Spark clusters. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description SparkComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetLazyStartProducer()org.apache.spark.api.java.JavaRDDLikegetRdd()org.apache.camel.component.spark.RddCallbackgetRddCallback()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetRdd(org.apache.spark.api.java.JavaRDDLike rdd)voidsetRddCallback(org.apache.camel.component.spark.RddCallback rddCallback)
-
-
-
Method Detail
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getRdd
public org.apache.spark.api.java.JavaRDDLike getRdd()
-
setRdd
public void setRdd(org.apache.spark.api.java.JavaRDDLike rdd)
-
getRddCallback
public org.apache.camel.component.spark.RddCallback getRddCallback()
-
setRddCallback
public void setRddCallback(org.apache.camel.component.spark.RddCallback rddCallback)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-