Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseContact
Packages that use DistributedDatabaseContact
Package
Description
-
Uses of DistributedDatabaseContact in com.biglybt.core.content
Fields in com.biglybt.core.content declared as DistributedDatabaseContactModifier and TypeFieldDescriptionprivate DistributedDatabaseContactRelatedContentSearcher.ForeignBloom.contactMethods in com.biglybt.core.content that return DistributedDatabaseContactModifier and TypeMethodDescriptionRelatedContentSearcher.ForeignBloom.getContact()(package private) DistributedDatabaseContactRelatedContentSearcher.importContact(DHTPluginContact contact, int network) Methods in com.biglybt.core.content that return types with arguments of type DistributedDatabaseContactModifier and TypeMethodDescription(package private) List<DistributedDatabaseContact> RelatedContentSearcher.searchForeignBlooms(String term) protected List<DistributedDatabaseContact> RelatedContentSearcher.sendRemoteSearch(SearchInstance si, Set<String> hashes_sync_me, DistributedDatabaseContact contact, String term, int min_seeds, int min_leechers, int max_age_secs, SearchObserver _observer) Methods in com.biglybt.core.content with parameters of type DistributedDatabaseContactModifier and TypeMethodDescription(package private) voidRelatedContentSearcher.foreignBloomFailed(DistributedDatabaseContact contact) RelatedContentSearcher.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) RelatedContentSearcher.receiveRemoteRequest(DistributedDatabaseContact originator, Map<String, Object> request) protected BloomFilterRelatedContentSearcher.sendRemoteFetch(DistributedDatabaseContact contact) protected List<DistributedDatabaseContact> RelatedContentSearcher.sendRemoteSearch(SearchInstance si, Set<String> hashes_sync_me, DistributedDatabaseContact contact, String term, int min_seeds, int min_leechers, int max_age_secs, SearchObserver _observer) RelatedContentSearcher.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Constructors in com.biglybt.core.content with parameters of type DistributedDatabaseContactModifierConstructorDescription(package private)ForeignBloom(DistributedDatabaseContact _contact, BloomFilter _filter) -
Uses of DistributedDatabaseContact in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseContactModifier and TypeMethodDescriptionDistributedDatabaseEvent.getContact()DistributedDatabaseValue.getContact()DistributedDatabase.getLocalContact()DistributedDatabase.importContact(InetSocketAddress address) DistributedDatabase.importContact(InetSocketAddress address, byte protocol_version) DistributedDatabase.importContact(InetSocketAddress address, byte protocol_version, int preferred_dht) DistributedDatabase.importContact(Map<String, Object> map) Methods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseContactModifier and TypeMethodDescriptionvoidDistributedDatabase.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DistributedDatabaseTransferHandler.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) DistributedDatabaseTransferHandler.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseContact in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseContactMethods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseContactModifier and TypeMethodDescriptionDDBaseImpl.dbEvent.getContact()DDBaseValueImpl.getContact()DDBaseImpl.getLocalContact()DDBaseImpl.importContact(InetSocketAddress address) DDBaseImpl.importContact(InetSocketAddress address, byte version) DDBaseImpl.importContact(InetSocketAddress address, byte version, int preferred_dht) DDBaseImpl.importContact(Map<String, Object> map) Methods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseContactModifier and TypeMethodDescriptionvoidDDBaseImpl.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DDBaseTTTorrent.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) DDBaseTTTorrent.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseContact in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy with type parameters of type DistributedDatabaseContactModifier and TypeFieldDescriptionprivate List<DistributedDatabaseContact> BuddyPluginNetwork.DDBDetails.publish_write_contacts -
Uses of DistributedDatabaseContact in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseContactModifier and TypeMethodDescriptionNetStatusProtocolTester.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) protected MapNetStatusProtocolTester.sendRequest(DistributedDatabaseContact contact, Map request) booleanNetStatusProtocolTester.tryTest(NetStatusProtocolTesterBT bt_tester, DistributedDatabaseContact contact) NetStatusProtocolTester.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)