Class SparkPSProxy
- java.lang.Object
 - 
- org.apache.sysds.runtime.controlprogram.paramserv.ParamServer
 - 
- org.apache.sysds.runtime.controlprogram.paramserv.SparkPSProxy
 
 
 
- 
public class SparkPSProxy extends ParamServer
 
- 
- 
Constructor Summary
Constructors Constructor Description SparkPSProxy(org.apache.spark.network.client.TransportClient client, long rpcTimeout, org.apache.spark.util.LongAccumulator aRPC) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListObjectpull(int workerID)voidpush(int workerID, ListObject value)- 
Methods inherited from class org.apache.sysds.runtime.controlprogram.paramserv.ParamServer
getAggInst, getNumWorkers, getResult 
 - 
 
 - 
 
- 
- 
Method Detail
- 
push
public void push(int workerID, ListObject value)- Specified by:
 pushin classParamServer
 
- 
pull
public ListObject pull(int workerID)
- Specified by:
 pullin classParamServer
 
 - 
 
 -