Package com.biglybt.core.dht.router
Interface DHTRouterStats
- All Known Implementing Classes:
DHTRouterStatsImpl
public interface DHTRouterStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionlong[]
getStats()
returns number of nodes number of leaves number of contacts number of replacements number of live contacts number of unknown contacts number of dying contacts
-
Field Details
-
ST_NODES
static final int ST_NODES- See Also:
-
ST_LEAVES
static final int ST_LEAVES- See Also:
-
ST_CONTACTS
static final int ST_CONTACTS- See Also:
-
ST_REPLACEMENTS
static final int ST_REPLACEMENTS- See Also:
-
ST_CONTACTS_LIVE
static final int ST_CONTACTS_LIVE- See Also:
-
ST_CONTACTS_UNKNOWN
static final int ST_CONTACTS_UNKNOWN- See Also:
-
ST_CONTACTS_DEAD
static final int ST_CONTACTS_DEAD- See Also:
-
-
Method Details
-
getStats
long[] getStats()returns number of nodes number of leaves number of contacts number of replacements number of live contacts number of unknown contacts number of dying contacts
-