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 classprotected static classFields in com.biglybt.core.content declared as DistributedDatabaseTransferTypeModifier and TypeFieldDescriptionprivate final DistributedDatabaseTransferTypeRelatedContentSearcher.transfer_typeMethods 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 DistributedDatabaseTransferTypeModifierConstructorDescriptionprotectedRelatedContentSearcher(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 TypeMethodDescriptionvoidDistributedDatabase.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) voidDistributedDatabaseContact.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 TypeMethodDescriptionvoidDDBaseImpl.addTransferHandler(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DDBaseContactImpl.call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) protected DistributedDatabaseValueDDBaseImpl.call(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout) protected static HashWrapperDDBaseHelpers.getKey(DistributedDatabaseTransferType transfer_type) DDBaseContactImpl.read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) protected DistributedDatabaseValueDDBaseImpl.read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DDBaseTTTorrent.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) protected DistributedDatabaseValueDDBaseTTTorrent.read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) voidDDBaseContactImpl.write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) protected voidDDBaseImpl.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)