Uses of Class
com.algorand.algosdk.algod.client.model.NodeStatus
Package | Description |
---|---|
com.algorand.algosdk.algod.client.api | |
com.algorand.algosdk.algod.client.model |
-
Uses of NodeStatus in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return NodeStatus Modifier and Type Method Description NodeStatus
DefaultApi. getStatus()
Deprecated.Gets the current node status.NodeStatus
DefaultApi. waitForBlock(java.math.BigInteger round)
Deprecated.Gets the node status after waiting for the given round.Methods in com.algorand.algosdk.algod.client.api that return types with arguments of type NodeStatus Modifier and Type Method Description ApiResponse<NodeStatus>
DefaultApi. getStatusWithHttpInfo()
Deprecated.Gets the current node status.ApiResponse<NodeStatus>
DefaultApi. waitForBlockWithHttpInfo(java.math.BigInteger round)
Deprecated.Gets the node status after waiting for the given round.Method parameters in com.algorand.algosdk.algod.client.api with type arguments of type NodeStatus Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. getStatusAsync(ApiCallback<NodeStatus> callback)
Deprecated.Gets the current node status.com.squareup.okhttp.Call
DefaultApi. waitForBlockAsync(java.math.BigInteger round, ApiCallback<NodeStatus> callback)
Deprecated.Gets the node status after waiting for the given round. -
Uses of NodeStatus in com.algorand.algosdk.algod.client.model
Methods in com.algorand.algosdk.algod.client.model that return NodeStatus Modifier and Type Method Description NodeStatus
NodeStatus. catchupTime(java.math.BigInteger catchupTime)
Deprecated.NodeStatus
NodeStatus. lastConsensusVersion(java.lang.String lastConsensusVersion)
Deprecated.NodeStatus
NodeStatus. lastRound(java.math.BigInteger lastRound)
Deprecated.NodeStatus
NodeStatus. nextConsensusVersion(java.lang.String nextConsensusVersion)
Deprecated.NodeStatus
NodeStatus. nextConsensusVersionRound(java.math.BigInteger nextConsensusVersionRound)
Deprecated.NodeStatus
NodeStatus. nextConsensusVersionSupported(java.lang.Boolean nextConsensusVersionSupported)
Deprecated.NodeStatus
NodeStatus. timeSinceLastRound(java.math.BigInteger timeSinceLastRound)
Deprecated.