| Modifier and Type | Method and Description |
|---|---|
RpcOutput.Status |
RpcOutput.status()
Returns RPC status.
|
static RpcOutput.Status |
RpcOutput.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcOutput.Status[] |
RpcOutput.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RpcOutput(RpcOutput.Status status,
DataNode data)
Creates an instance of RpcOutput.
|
RpcOutput(String messageId,
RpcOutput.Status status,
DataNode data)
Creates an instance of RpcOutput.
|
Copyright © 2018. All rights reserved.