com.aelitis.azureus.core.dht.router
Interface DHTRouterStats

All Known Implementing Classes:
DHTRouterStatsImpl

public interface DHTRouterStats

Author:
parg

Field Summary
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
 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
Method Detail

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