Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseTransferType
Packages that use DistributedDatabaseTransferType
Package
Description
-
Uses of DistributedDatabaseTransferType in com.biglybt.core.content
Classes in com.biglybt.core.content that implement DistributedDatabaseTransferTypeModifier and TypeClassDescriptionprotected static class
protected static class
Fields in com.biglybt.core.content declared as DistributedDatabaseTransferTypeModifier and TypeFieldDescriptionprivate final DistributedDatabaseTransferType
RelatedContentSearcher.transfer_type
Methods in com.biglybt.core.content with parameters of type DistributedDatabaseTransferTypeModifier and TypeMethodDescriptionRelatedContentSearcher.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) RelatedContentSearcher.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Constructors in com.biglybt.core.content with parameters of type DistributedDatabaseTransferTypeModifierConstructorDescriptionprotected
RelatedContentSearcher
(RelatedContentManager _manager, DistributedDatabaseTransferType _transfer_type, DHTPluginBasicInterface _dht_plugin, boolean _defer_ddb_check) -
Uses of DistributedDatabaseTransferType in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseTransferTypeMethods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseTransferTypeModifier and TypeMethodDescriptionvoid
DistributedDatabase.addTransferHandler
(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DistributedDatabaseContact.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) DistributedDatabaseContact.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DistributedDatabaseTransferHandler.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) void
DistributedDatabaseContact.write
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout) DistributedDatabaseTransferHandler.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseTransferType in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseTransferTypeMethods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseTransferTypeMethods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseTransferTypeModifier and TypeMethodDescriptionvoid
DDBaseImpl.addTransferHandler
(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DDBaseContactImpl.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) protected DistributedDatabaseValue
DDBaseImpl.call
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout) protected static HashWrapper
DDBaseHelpers.getKey
(DistributedDatabaseTransferType transfer_type) DDBaseContactImpl.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) protected DistributedDatabaseValue
DDBaseImpl.read
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DDBaseTTTorrent.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) protected DistributedDatabaseValue
DDBaseTTTorrent.read
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) void
DDBaseContactImpl.write
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) protected void
DDBaseImpl.write
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) DDBaseTTTorrent.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseTransferType in com.biglybt.plugin.net.netstatus
Classes in com.biglybt.plugin.net.netstatus that implement DistributedDatabaseTransferTypeMethods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseTransferTypeModifier and TypeMethodDescriptionNetStatusProtocolTester.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) NetStatusProtocolTester.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)