Package convex.peer
Class ServerInformation
java.lang.Object
convex.peer.ServerInformation
Utility class to extract and store server information samples
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerInformationlongintlongintbooleanisJoined()booleanisSynced()protected voidload(Server server, ConnectionManager manager)
-
Method Details
-
create
-
load
-
getPeerKey
-
getHostname
-
getConnectionCount
public int getConnectionCount() -
getTrustedConnectionCount
public int getTrustedConnectionCount() -
isSynced
public boolean isSynced() -
isJoined
public boolean isJoined() -
getNetworkID
-
getConsensusPoint
public long getConsensusPoint() -
getStateHash
-
getBeliefHash
-
getBlockCount
public long getBlockCount()
-