Class SparkEndpointBuilderFactory.SparkHeaderNameBuilder

  • Enclosing interface:
    SparkEndpointBuilderFactory

    public static class SparkEndpointBuilderFactory.SparkHeaderNameBuilder
    extends Object
    The builder of headers' name for the Spark component.
    • Constructor Detail

      • SparkHeaderNameBuilder

        public SparkHeaderNameBuilder()
    • Method Detail

      • sparkRdd

        public String sparkRdd()
        The RDD. The option is a: Object type. Group: producer
        Returns:
        the name of the header _SPARK_RDD.
      • sparkRddCallback

        public String sparkRddCallback()
        The function performing action against an RDD. The option is a: org.apache.camel.component.spark.RddCallback type. Group: producer
        Returns:
        the name of the header _SPARK_RDD_CALLBACK.
      • sparkDataframe

        public String sparkDataframe()
        The data frame to compute against. The option is a: Dataset<Row> type. Group: producer
        Returns:
        the name of the header _SPARK_DATAFRAME.
      • sparkDataframeCallback

        public String sparkDataframeCallback()
        The function performing action against a data frame. The option is a: org.apache.camel.component.spark.DataFrameCallback type. Group: producer
        Returns:
        the name of the header _SPARK_DATAFRAME_CALLBACK.