@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:33.231Z[UTC]")
public class NodeRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NodeRoutesApi(NodeRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
NodeRoutesApi |
getDelegate() |
void |
getNodeHealth(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeHealthInfoDTO>> resultHandler)
Get the node health information
Supplies information regarding the connection and services status.
|
void |
getNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)
Get the node information
Supplies additional information about the application running on a node.
|
void |
getNodePeers(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<NodeInfoDTO>>> resultHandler)
Get peers information
Gets the list of peers visible by the node.
|
void |
getNodeStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)
Get the storage information of the node
Returns storage information about the node.
|
void |
getNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)
Get the node time
Gets the node time at the moment the reply was sent and received.
|
void |
getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)
Get the version of the running REST component
Returns the version of the running catapult-rest component.
|
void |
getUnlockedAccount(io.vertx.core.Handler<io.vertx.core.AsyncResult<UnlockedAccountDTO>> resultHandler)
Get the unlocked harvesting account public keys.
|
static NodeRoutesApi |
newInstance(NodeRoutesApi arg) |
rx.Single<NodeHealthInfoDTO> |
rxGetNodeHealth()
Get the node health information
Supplies information regarding the connection and services status.
|
rx.Single<NodeInfoDTO> |
rxGetNodeInfo()
Get the node information
Supplies additional information about the application running on a node.
|
rx.Single<java.util.List<NodeInfoDTO>> |
rxGetNodePeers()
Get peers information
Gets the list of peers visible by the node.
|
rx.Single<StorageInfoDTO> |
rxGetNodeStorage()
Get the storage information of the node
Returns storage information about the node.
|
rx.Single<NodeTimeDTO> |
rxGetNodeTime()
Get the node time
Gets the node time at the moment the reply was sent and received.
|
rx.Single<ServerInfoDTO> |
rxGetServerInfo()
Get the version of the running REST component
Returns the version of the running catapult-rest component.
|
rx.Single<UnlockedAccountDTO> |
rxGetUnlockedAccount()
Get the unlocked harvesting account public keys.
|
public NodeRoutesApi(NodeRoutesApi delegate)
public NodeRoutesApi getDelegate()
public void getNodeHealth(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeHealthInfoDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NodeHealthInfoDTO> rxGetNodeHealth()
public void getNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NodeInfoDTO> rxGetNodeInfo()
public void getNodePeers(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<NodeInfoDTO>>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<NodeInfoDTO>> rxGetNodePeers()
public void getNodeStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<StorageInfoDTO> rxGetNodeStorage()
public void getNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NodeTimeDTO> rxGetNodeTime()
public void getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<ServerInfoDTO> rxGetServerInfo()
public void getUnlockedAccount(io.vertx.core.Handler<io.vertx.core.AsyncResult<UnlockedAccountDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<UnlockedAccountDTO> rxGetUnlockedAccount()
public static NodeRoutesApi newInstance(NodeRoutesApi arg)