com.aelitis.azureus.core.dht.db
Interface DHTDBStats

All Known Implementing Classes:
DHTDBImpl

public interface DHTDBStats


Field Summary
static int VD_DIRECT_SIZE
           
static int VD_DIV_FREQ
           
static int VD_DIV_SIZE
           
static int VD_INDIRECT_SIZE
           
static int VD_LOCAL_SIZE
           
static int VD_VALUE_COUNT
           
 
Method Summary
 int getKeyBlockCount()
           
 int getKeyCount()
           
 int getLocalKeyCount()
           
 int getSize()
           
 int getValueCount()
           
 int[] getValueDetails()
          returned values indexed by above VD_ constants for meaning
 

Field Detail

VD_VALUE_COUNT

static final int VD_VALUE_COUNT
See Also:
Constant Field Values

VD_LOCAL_SIZE

static final int VD_LOCAL_SIZE
See Also:
Constant Field Values

VD_DIRECT_SIZE

static final int VD_DIRECT_SIZE
See Also:
Constant Field Values

VD_INDIRECT_SIZE

static final int VD_INDIRECT_SIZE
See Also:
Constant Field Values

VD_DIV_FREQ

static final int VD_DIV_FREQ
See Also:
Constant Field Values

VD_DIV_SIZE

static final int VD_DIV_SIZE
See Also:
Constant Field Values
Method Detail

getKeyCount

int getKeyCount()

getLocalKeyCount

int getLocalKeyCount()

getKeyBlockCount

int getKeyBlockCount()

getSize

int getSize()

getValueCount

int getValueCount()

getValueDetails

int[] getValueDetails()
returned values indexed by above VD_ constants for meaning

Returns: