@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T15:36:44.645Z[UTC]")
public class NodeRoutesApiImpl
extends java.lang.Object
implements NodeRoutesApi
| Constructor and Description |
|---|
NodeRoutesApiImpl() |
NodeRoutesApiImpl(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
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 |
setApiClient(ApiClient apiClient) |
public NodeRoutesApiImpl()
public NodeRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void getNodeHealth(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeHealthInfoDTO>> resultHandler)
getNodeHealth in interface NodeRoutesApiresultHandler - Asynchronous result handlerpublic void getNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)
getNodeInfo in interface NodeRoutesApiresultHandler - Asynchronous result handlerpublic void getNodePeers(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<NodeInfoDTO>>> resultHandler)
getNodePeers in interface NodeRoutesApiresultHandler - Asynchronous result handlerpublic void getNodeStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)
getNodeStorage in interface NodeRoutesApiresultHandler - Asynchronous result handlerpublic void getNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)
getNodeTime in interface NodeRoutesApiresultHandler - Asynchronous result handlerpublic void getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)
getServerInfo in interface NodeRoutesApiresultHandler - Asynchronous result handler