Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.paramserv.rpc |
Modifier and Type | Method and Description |
---|---|
static PSRpcResponse.Type |
PSRpcResponse.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSRpcResponse.Type[] |
PSRpcResponse.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PSRpcResponse(PSRpcResponse.Type status) |
PSRpcResponse(PSRpcResponse.Type status,
Object data) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.