Package com.biglybt.core.dht.control
Interface DHTControlStats
- All Superinterfaces:
DHTTransportFullStats
- All Known Implementing Classes:
DHTControlStatsImpl
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
Number of routers instantiated - new one created if our external IP changeslong
Uptime of the latest router instanceMethods inherited from interface com.biglybt.core.dht.transport.DHTTransportFullStats
getAverageBytesReceived, getAverageBytesSent, getAveragePacketsReceived, getAveragePacketsSent, getDBKeyCount, getDBKeyDivFreqCount, getDBKeyDivSizeCount, getDBKeysBlocked, getDBStoreSize, getDBValueCount, getDBValuesStored, getIncomingRequests, getRouterContacts, getRouterLeaves, getRouterNodes, getString, getTotalBytesReceived, getTotalBytesSent, getTotalFindNodesReceived, getTotalFindValuesReceived, getTotalKeyBlocksReceived, getTotalPacketsReceived, getTotalPacketsSent, getTotalPingsReceived, getTotalStoresReceived, getVersion
-
Method Details
-
getRouterUptime
long getRouterUptime()Uptime of the latest router instance- Specified by:
getRouterUptime
in interfaceDHTTransportFullStats
- Returns:
-
getRouterCount
int getRouterCount()Number of routers instantiated - new one created if our external IP changes- Specified by:
getRouterCount
in interfaceDHTTransportFullStats
- Returns:
-
getEstimatedDHTSize
long getEstimatedDHTSize()
-