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 ServerInformation
long
int
long
int
boolean
isJoined()
boolean
isSynced()
protected void
load
(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()
-