Package org.apache.camel.component.spark
Class SparkConstants
- java.lang.Object
-
- org.apache.camel.component.spark.SparkConstants
-
public final class SparkConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SPARK_DATAFRAME_CALLBACK_HEADER
static String
SPARK_DATAFRAME_HEADER
static String
SPARK_RDD_CALLBACK_HEADER
static String
SPARK_RDD_HEADER
-
-
-
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
-
-