Class SparkConstants


  • public final class SparkConstants
    extends Object
    • Field Detail

      • SPARK_RDD_HEADER

        @Metadata(description="The RDD.",
                  javaType="Object")
        public static final String SPARK_RDD_HEADER
        See Also:
        Constant Field Values
      • SPARK_RDD_CALLBACK_HEADER

        @Metadata(description="The function performing action against an RDD.",
                  javaType="org.apache.camel.component.spark.RddCallback")
        public static final String SPARK_RDD_CALLBACK_HEADER
        See Also:
        Constant Field Values
      • SPARK_DATAFRAME_HEADER

        @Metadata(description="The data frame to compute against.",
                  javaType="Dataset<Row>")
        public static final String SPARK_DATAFRAME_HEADER
        See Also:
        Constant Field Values
      • SPARK_DATAFRAME_CALLBACK_HEADER

        @Metadata(description="The function performing action against a data frame.",
                  javaType="org.apache.camel.component.spark.DataFrameCallback")
        public static final String SPARK_DATAFRAME_CALLBACK_HEADER
        See Also:
        Constant Field Values