Uses of Class
org.apache.wayang.spark.platform.SparkPlatform
-
Packages that use SparkPlatform Package Description org.apache.wayang.spark org.apache.wayang.spark.execution org.apache.wayang.spark.operators org.apache.wayang.spark.platform -
-
Uses of SparkPlatform in org.apache.wayang.spark
Methods in org.apache.wayang.spark that return SparkPlatform Modifier and Type Method Description static SparkPlatform
Spark. platform()
Retrieve theSparkPlatform
. -
Uses of SparkPlatform in org.apache.wayang.spark.execution
Methods in org.apache.wayang.spark.execution that return SparkPlatform Modifier and Type Method Description SparkPlatform
SparkExecutor. getPlatform()
Constructors in org.apache.wayang.spark.execution with parameters of type SparkPlatform Constructor Description SparkExecutor(SparkPlatform platform, Job job)
-
Uses of SparkPlatform in org.apache.wayang.spark.operators
Methods in org.apache.wayang.spark.operators that return SparkPlatform Modifier and Type Method Description default SparkPlatform
SparkExecutionOperator. getPlatform()
-
Uses of SparkPlatform in org.apache.wayang.spark.platform
Methods in org.apache.wayang.spark.platform that return SparkPlatform Modifier and Type Method Description static SparkPlatform
SparkPlatform. getInstance()
-