Class PSRpcCall
java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcCall
-
Field Summary
Fields inherited from class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
PULL, PUSH -
Constructor Summary
ConstructorsConstructorDescriptionPSRpcCall(int method, int workerID, ListObject data) PSRpcCall(ByteBuffer buffer) -
Method Summary
-
Constructor Details
-
PSRpcCall
-
PSRpcCall
- Throws:
IOException
-
-
Method Details
-
getMethod
public int getMethod() -
getWorkerID
public int getWorkerID() -
getData
-
deserialize
- Specified by:
deserializein classPSRpcObject- Throws:
IOException
-
serialize
- Specified by:
serializein classPSRpcObject- Throws:
IOException
-