Package com.biglybt.core.dht.db
Interface DHTDBStats
-
- All Known Implementing Classes:
DHTDBImpl
public interface DHTDBStats
-
-
Field Summary
Fields Modifier and Type Field Description 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-