Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseTransferType
-
Packages that use DistributedDatabaseTransferType Package Description com.biglybt.core.content com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb com.biglybt.plugin.net.netstatus -
-
Uses of DistributedDatabaseTransferType in com.biglybt.core.content
Classes in com.biglybt.core.content that implement DistributedDatabaseTransferType Modifier and Type Class Description protected static class
RelatedContentManager.RCMSearchXFer
Fields in com.biglybt.core.content declared as DistributedDatabaseTransferType Modifier and Type Field Description private DistributedDatabaseTransferType
RelatedContentSearcher. transfer_type
Methods in com.biglybt.core.content with parameters of type DistributedDatabaseTransferType Modifier and Type Method Description DistributedDatabaseValue
RelatedContentSearcher. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
RelatedContentSearcher. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
Constructors in com.biglybt.core.content with parameters of type DistributedDatabaseTransferType Constructor Description RelatedContentSearcher(RelatedContentManager _manager, DistributedDatabaseTransferType _transfer_type, DHTPluginInterface _dht_plugin, boolean _defer_ddb_check)
-
Uses of DistributedDatabaseTransferType in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseTransferType Modifier and Type Method Description DistributedDatabaseTransferType
DistributedDatabase. getStandardTransferType(int standard_type)
-
Uses of DistributedDatabaseTransferType in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseTransferType Modifier and Type Class Description class
DDBaseTTTorrent
Methods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseTransferType Modifier and Type Method Description DistributedDatabaseTransferType
DDBaseImpl. getStandardTransferType(int standard_type)
-
Uses of DistributedDatabaseTransferType in com.biglybt.plugin.net.netstatus
Classes in com.biglybt.plugin.net.netstatus that implement DistributedDatabaseTransferType Modifier and Type Class Description protected static class
NetStatusProtocolTester.testXferType
Methods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseTransferType Modifier and Type Method Description DistributedDatabaseValue
NetStatusProtocolTester. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
NetStatusProtocolTester. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-