Package com.biglybt.core.dht.router
Interface DHTRouterStats
-
- All Known Implementing Classes:
DHTRouterStatsImpl
public interface DHTRouterStats
-
-
Field Summary
Fields Modifier and Type Field Description static int
ST_CONTACTS
static int
ST_CONTACTS_DEAD
static int
ST_CONTACTS_LIVE
static int
ST_CONTACTS_UNKNOWN
static int
ST_LEAVES
static int
ST_NODES
static int
ST_REPLACEMENTS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
Field Detail
-
ST_NODES
static final int ST_NODES
- See Also:
- Constant Field Values
-
ST_LEAVES
static final int ST_LEAVES
- See Also:
- Constant Field Values
-
ST_CONTACTS
static final int ST_CONTACTS
- See Also:
- Constant Field Values
-
ST_REPLACEMENTS
static final int ST_REPLACEMENTS
- See Also:
- Constant Field Values
-
ST_CONTACTS_LIVE
static final int ST_CONTACTS_LIVE
- See Also:
- Constant Field Values
-
ST_CONTACTS_UNKNOWN
static final int ST_CONTACTS_UNKNOWN
- See Also:
- Constant Field Values
-
ST_CONTACTS_DEAD
static final int ST_CONTACTS_DEAD
- See Also:
- Constant Field Values
-
-