Uses of Interface
org.apache.camel.component.spark.DataFrameCallback
-
Packages that use DataFrameCallback Package Description org.apache.camel.component.spark -
-
Uses of DataFrameCallback in org.apache.camel.component.spark
Methods in org.apache.camel.component.spark that return DataFrameCallback Modifier and Type Method Description DataFrameCallback
SparkEndpoint. getDataFrameCallback()
protected DataFrameCallback
DataFrameSparkProducer. resolveDataFrameCallback(org.apache.camel.Exchange exchange)
Methods in org.apache.camel.component.spark with parameters of type DataFrameCallback Modifier and Type Method Description void
SparkEndpoint. setDataFrameCallback(DataFrameCallback dataFrameCallback)
Function performing action against an DataFrame.
-