Uses of Interface
org.apache.camel.component.spark.RddCallback
-
Packages that use RddCallback Package Description org.apache.camel.component.spark org.apache.camel.component.spark.annotations -
-
Uses of RddCallback in org.apache.camel.component.spark
Classes in org.apache.camel.component.spark that implement RddCallback Modifier and Type Class Description class
ConvertingRddCallback<T>
class
VoidRddCallback
Methods in org.apache.camel.component.spark that return RddCallback Modifier and Type Method Description RddCallback
SparkComponent. getRddCallback()
RddCallback
SparkEndpoint. getRddCallback()
protected RddCallback
RddSparkProducer. resolveRddCallback(org.apache.camel.Exchange exchange)
Methods in org.apache.camel.component.spark with parameters of type RddCallback Modifier and Type Method Description void
SparkComponent. setRddCallback(RddCallback rddCallback)
Function performing action against an RDD.void
SparkEndpoint. setRddCallback(RddCallback rddCallback)
Function performing action against an RDD. -
Uses of RddCallback in org.apache.camel.component.spark.annotations
Methods in org.apache.camel.component.spark.annotations that return RddCallback Modifier and Type Method Description static RddCallback
AnnotatedRddCallback. annotatedRddCallback(Object objectWithCallback)
static RddCallback
AnnotatedRddCallback. annotatedRddCallback(Object objectWithCallback, org.apache.camel.CamelContext camelContext)
-