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 SummaryConstructors Constructor Description SparkPSBody()SparkPSBody(ExecutionContext ec)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionContextgetEc()voidsetEc(ExecutionContext ec)
 
- 
- 
- 
Constructor Detail- 
SparkPSBodypublic SparkPSBody() 
 - 
SparkPSBodypublic SparkPSBody(ExecutionContext ec) 
 
- 
 - 
Method Detail- 
getEcpublic ExecutionContext getEc() 
 - 
setEcpublic void setEc(ExecutionContext ec) 
 
- 
 
-