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 SummaryConstructors Constructor Description SparkPSProxy(org.apache.spark.network.client.TransportClient client, long rpcTimeout, org.apache.spark.util.LongAccumulator aRPC)
 - 
Method SummaryAll 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.ParamServergetAggInst, getNumWorkers, getResult
 
- 
 
- 
- 
- 
Method Detail- 
pushpublic void push(int workerID, ListObject value)- Specified by:
- pushin class- ParamServer
 
 - 
pullpublic ListObject pull(int workerID) - Specified by:
- pullin class- ParamServer
 
 
- 
 
-