Package com.biglybt.core.dht.db
Interface DHTDBStats
- All Known Implementing Classes:
DHTDBImpl
public interface DHTDBStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
getSize()
int
int[]
returned values indexed by above VD_ constants for meaning
-
Field Details
-
VD_VALUE_COUNT
static final int VD_VALUE_COUNT- See Also:
-
VD_LOCAL_SIZE
static final int VD_LOCAL_SIZE- See Also:
-
VD_DIRECT_SIZE
static final int VD_DIRECT_SIZE- See Also:
-
VD_INDIRECT_SIZE
static final int VD_INDIRECT_SIZE- See Also:
-
VD_DIV_FREQ
static final int VD_DIV_FREQ- See Also:
-
VD_DIV_SIZE
static final int VD_DIV_SIZE- See Also:
-
-
Method Details
-
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:
-