Uses of Class
org.apache.camel.component.spark.SparkEndpoint
-
Packages that use SparkEndpoint Package Description org.apache.camel.component.spark -
-
Uses of SparkEndpoint in org.apache.camel.component.spark
Methods in org.apache.camel.component.spark that return SparkEndpoint Modifier and Type Method Description SparkEndpoint
DataFrameSparkProducer. getEndpoint()
SparkEndpoint
HiveSparkProducer. getEndpoint()
SparkEndpoint
RddSparkProducer. getEndpoint()
Constructors in org.apache.camel.component.spark with parameters of type SparkEndpoint Constructor Description DataFrameSparkProducer(SparkEndpoint endpoint)
HiveSparkProducer(SparkEndpoint endpoint)
RddSparkProducer(SparkEndpoint endpoint)
-