Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseKey
Packages that use DistributedDatabaseKey
Package
Description
-
Uses of DistributedDatabaseKey in com.biglybt.core.content
Methods in com.biglybt.core.content with parameters of type DistributedDatabaseKeyModifier and TypeMethodDescriptionRelatedContentSearcher.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) RelatedContentSearcher.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseKey in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseKeyMethods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseKeyModifier and TypeMethodDescriptionvoidDistributedDatabase.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key) voidDistributedDatabase.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DistributedDatabase.getValues(DistributedDatabaseKey key) Get all locally held (direct+indirect) values for a keyvoidDistributedDatabase.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDistributedDatabase.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options) DistributedDatabaseContact.read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DistributedDatabaseTransferHandler.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) voidDistributedDatabase.readKeyStats(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDistributedDatabase.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) voidDistributedDatabase.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) voidDistributedDatabaseContact.write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout) DistributedDatabaseTransferHandler.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseKey in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseKeyFields in com.biglybt.pifimpl.local.ddb declared as DistributedDatabaseKeyModifier and TypeFieldDescriptionprivate DistributedDatabaseKeyDDBaseImpl.dbEvent.keyprivate DistributedDatabaseKeyDDBaseImpl.listenerMapper.keyMethods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseKeyMethods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseKeyModifier and TypeMethodDescriptionvoidDDBaseImpl.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key) voidDDBaseImpl.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DDBaseImpl.getValues(DistributedDatabaseKey key) DDBaseContactImpl.read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) voidDDBaseImpl.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDDBaseImpl.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options) 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) voidDDBaseImpl.readKeyStats(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDDBaseContactImpl.write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) voidDDBaseImpl.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) voidDDBaseImpl.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) 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) Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseKeyModifierConstructorDescriptionprotecteddbEvent(int _type, DistributedDatabaseKey _key) protecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, byte[] _value, long _ct, long _v) protecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats) protecteddbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value) privatelistenerMapper(DistributedDatabaseListener _listener, int _type, DistributedDatabaseKey _key, byte[] _key_bytes, long _timeout, int _continuation_num) protectedlistenerMapper(DistributedDatabaseListener _listener, int _type, DistributedDatabaseKey _key, long _timeout, boolean _exhaustive, boolean _high_priority) -
Uses of DistributedDatabaseKey in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that return DistributedDatabaseKeyModifier and TypeMethodDescriptionprotected DistributedDatabaseKeyBuddyPluginNetwork.DDBDetails.getStatusKey(byte[] public_key, String reason) protected DistributedDatabaseKey -
Uses of DistributedDatabaseKey in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseKeyModifier and TypeMethodDescriptionNetStatusProtocolTester.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) NetStatusProtocolTester.write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)