Uses of Class
org.apache.wayang.java.platform.JavaPlatform
-
Packages that use JavaPlatform Package Description org.apache.wayang.java org.apache.wayang.java.execution org.apache.wayang.java.operators org.apache.wayang.java.platform -
-
Uses of JavaPlatform in org.apache.wayang.java
Methods in org.apache.wayang.java that return JavaPlatform Modifier and Type Method Description static JavaPlatform
Java. platform()
Retrieve theJavaPlatform
. -
Uses of JavaPlatform in org.apache.wayang.java.execution
Methods in org.apache.wayang.java.execution that return JavaPlatform Modifier and Type Method Description JavaPlatform
JavaExecutor. getPlatform()
Constructors in org.apache.wayang.java.execution with parameters of type JavaPlatform Constructor Description JavaExecutor(JavaPlatform javaPlatform, Job job)
-
Uses of JavaPlatform in org.apache.wayang.java.operators
Methods in org.apache.wayang.java.operators that return JavaPlatform Modifier and Type Method Description default JavaPlatform
JavaExecutionOperator. getPlatform()
-
Uses of JavaPlatform in org.apache.wayang.java.platform
Methods in org.apache.wayang.java.platform that return JavaPlatform Modifier and Type Method Description static JavaPlatform
JavaPlatform. getInstance()
-