Class PSRpcObject
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
-
- Direct Known Subclasses:
PSRpcCall
,PSRpcResponse
public abstract class PSRpcObject extends Object
-
-
Constructor Summary
Constructors Constructor Description PSRpcObject()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
deserialize(ByteBuffer buffer)
abstract ByteBuffer
serialize()
-
-
-
Field Detail
-
PUSH
public static final int PUSH
- See Also:
- Constant Field Values
-
PULL
public static final int PULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
deserialize
public abstract void deserialize(ByteBuffer buffer) throws IOException
- Throws:
IOException
-
serialize
public abstract ByteBuffer serialize() throws IOException
- Throws:
IOException
-
-