Class SparkPSBody
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.paramserv.SparkPSBody
-
public class SparkPSBody extends Object
Wrapper class containing all needed for launching spark remote worker
-
-
Constructor Summary
Constructors Constructor Description SparkPSBody()
SparkPSBody(ExecutionContext ec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionContext
getEc()
void
setEc(ExecutionContext ec)
-
-
-
Constructor Detail
-
SparkPSBody
public SparkPSBody()
-
SparkPSBody
public SparkPSBody(ExecutionContext ec)
-
-
Method Detail
-
getEc
public ExecutionContext getEc()
-
setEc
public void setEc(ExecutionContext ec)
-
-