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 SummaryConstructors Constructor Description PSRpcObject()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voiddeserialize(ByteBuffer buffer)abstract ByteBufferserialize()
 
- 
- 
- 
Field Detail- 
PUSHpublic static final int PUSH - See Also:
- Constant Field Values
 
 - 
PULLpublic static final int PULL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
deserializepublic abstract void deserialize(ByteBuffer buffer) throws IOException - Throws:
- IOException
 
 - 
serializepublic abstract ByteBuffer serialize() throws IOException - Throws:
- IOException
 
 
- 
 
-