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 TypeMethodDescriptionvoid
DistributedDatabase.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key) void
DistributedDatabase.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DistributedDatabase.getValues
(DistributedDatabaseKey key) Get all locally held (direct+indirect) values for a keyvoid
DistributedDatabase.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) void
DistributedDatabase.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) void
DistributedDatabase.readKeyStats
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) void
DistributedDatabase.write
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) void
DistributedDatabase.write
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) 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 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 DistributedDatabaseKey
DDBaseImpl.dbEvent.key
private DistributedDatabaseKey
DDBaseImpl.listenerMapper.key
Methods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseKeyMethods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseKeyModifier and TypeMethodDescriptionvoid
DDBaseImpl.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key) void
DDBaseImpl.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DDBaseImpl.getValues
(DistributedDatabaseKey key) DDBaseContactImpl.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) void
DDBaseImpl.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) void
DDBaseImpl.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options) 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
DDBaseImpl.readKeyStats
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) void
DDBaseContactImpl.write
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) void
DDBaseImpl.write
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) void
DDBaseImpl.write
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) 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) Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseKeyModifierConstructorDescriptionprotected
dbEvent
(int _type, DistributedDatabaseKey _key) protected
dbEvent
(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, byte[] _value, long _ct, long _v) protected
dbEvent
(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats) protected
dbEvent
(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value) private
listenerMapper
(DistributedDatabaseListener _listener, int _type, DistributedDatabaseKey _key, byte[] _key_bytes, long _timeout, int _continuation_num) protected
listenerMapper
(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 DistributedDatabaseKey
BuddyPluginNetwork.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)