Uses of Class
com.exonum.client.response.ConsensusStatus
| Package | Description |
|---|---|
| com.exonum.client.response |
-
Uses of ConsensusStatus in com.exonum.client.response
Methods in com.exonum.client.response that return ConsensusStatus Modifier and Type Method Description ConsensusStatusHealthCheckInfo. getConsensusStatus()Consensus status shows/indicates whether it is possible to achieve the consensus between validators in the current network state.static ConsensusStatusConsensusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsensusStatus[]ConsensusStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exonum.client.response with parameters of type ConsensusStatus Constructor Description HealthCheckInfo(ConsensusStatus consensusStatus, int connectionsNumber)