Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseKeyStats
-
Packages that use DistributedDatabaseKeyStats Package Description com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb -
-
Uses of DistributedDatabaseKeyStats in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseKeyStats Modifier and Type Method Description DistributedDatabaseKeyStats
DistributedDatabaseEvent. getKeyStats()
-
Uses of DistributedDatabaseKeyStats in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DistributedDatabaseKeyStats Modifier and Type Field Description private DistributedDatabaseKeyStats
DDBaseImpl.dbEvent. key_stats
Methods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseKeyStats Modifier and Type Method Description DistributedDatabaseKeyStats
DDBaseImpl.dbEvent. getKeyStats()
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseKeyStats Constructor Description dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats)
-