Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseKey
-
Packages that use DistributedDatabaseKey Package Description com.biglybt.core.content com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb com.biglybt.plugin.net.buddy com.biglybt.plugin.net.netstatus -
-
Uses of DistributedDatabaseKey in com.biglybt.core.content
Methods in com.biglybt.core.content with parameters of type DistributedDatabaseKey Modifier and Type Method Description DistributedDatabaseValue
RelatedContentSearcher. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
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 DistributedDatabaseKey Modifier and Type Method Description DistributedDatabaseKey
DistributedDatabase. createKey(java.lang.Object key)
DistributedDatabaseKey
DistributedDatabase. createKey(java.lang.Object key, java.lang.String description)
DistributedDatabaseKey
DistributedDatabaseEvent. getKey()
-
Uses of DistributedDatabaseKey in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseKey Modifier and Type Class Description class
DDBaseKeyImpl
Fields in com.biglybt.pifimpl.local.ddb declared as DistributedDatabaseKey Modifier and Type Field Description private DistributedDatabaseKey
DDBaseImpl.dbEvent. key
private DistributedDatabaseKey
DDBaseImpl.listenerMapper. key
Methods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseKey Modifier and Type Method Description DistributedDatabaseKey
DDBaseImpl. createKey(java.lang.Object key)
DistributedDatabaseKey
DDBaseImpl. createKey(java.lang.Object key, java.lang.String description)
DistributedDatabaseKey
DDBaseImpl.dbEvent. getKey()
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseKey Constructor Description dbEvent(int _type, DistributedDatabaseKey _key)
dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, byte[] _value, long _ct, long _v)
dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DistributedDatabaseKeyStats _key_stats)
dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value)
listenerMapper(DistributedDatabaseListener _listener, int _type, DistributedDatabaseKey _key, byte[] _key_bytes, long _timeout, int _continuation_num)
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 DistributedDatabaseKey Modifier and Type Method Description protected DistributedDatabaseKey
BuddyPluginNetwork.DDBDetails. getStatusKey(byte[] public_key, java.lang.String reason)
protected DistributedDatabaseKey
BuddyPluginNetwork.DDBDetails. getYGMKey(byte[] public_key, java.lang.String reason)
-
Uses of DistributedDatabaseKey in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseKey Modifier and Type Method Description DistributedDatabaseValue
NetStatusProtocolTester. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
NetStatusProtocolTester. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-