Class PSRpcResponse
java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.sysds.runtime.controlprogram.paramserv.rpc.PSRpcObject
PULL, PUSH -
Constructor Summary
ConstructorsConstructorDescriptionPSRpcResponse(ByteBuffer buffer) PSRpcResponse(PSRpcResponse.Type status) PSRpcResponse(PSRpcResponse.Type status, Object data) -
Method Summary
-
Constructor Details
-
PSRpcResponse
- Throws:
IOException
-
PSRpcResponse
-
PSRpcResponse
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
getErrorMessage
-
getResultModel
-
deserialize
- Specified by:
deserializein classPSRpcObject- Throws:
IOException
-
serialize
- Specified by:
serializein classPSRpcObject- Throws:
IOException
-