@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.spark") public class SparkComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
SparkComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getLazyStartProducer() |
org.apache.spark.api.java.JavaRDDLike |
getRdd() |
org.apache.camel.component.spark.RddCallback |
getRddCallback() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setRdd(org.apache.spark.api.java.JavaRDDLike rdd) |
void |
setRddCallback(org.apache.camel.component.spark.RddCallback rddCallback) |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public org.apache.spark.api.java.JavaRDDLike getRdd()
public void setRdd(org.apache.spark.api.java.JavaRDDLike rdd)
public org.apache.camel.component.spark.RddCallback getRddCallback()
public void setRddCallback(org.apache.camel.component.spark.RddCallback rddCallback)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel