Class PSRpcCall
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
- 
- org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcCall
 
 
- 
 public class PSRpcCall extends PSRpcObject 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObjectPULL, PUSH
 
- 
 - 
Constructor SummaryConstructors Constructor Description PSRpcCall(int method, int workerID, ListObject data)PSRpcCall(ByteBuffer buffer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(ByteBuffer buffer)ListObjectgetData()intgetMethod()intgetWorkerID()ByteBufferserialize()
 
- 
- 
- 
Constructor Detail- 
PSRpcCallpublic PSRpcCall(int method, int workerID, ListObject data)
 - 
PSRpcCallpublic PSRpcCall(ByteBuffer buffer) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
getMethodpublic int getMethod() 
 - 
getWorkerIDpublic int getWorkerID() 
 - 
getDatapublic ListObject getData() 
 - 
deserializepublic void deserialize(ByteBuffer buffer) throws IOException - Specified by:
- deserializein class- PSRpcObject
- Throws:
- IOException
 
 - 
serializepublic ByteBuffer serialize() throws IOException - Specified by:
- serializein class- PSRpcObject
- Throws:
- IOException
 
 
- 
 
-