Uses of Interface
com.biglybt.core.dht.db.DHTDBValue
Packages that use DHTDBValue
-
Uses of DHTDBValue in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db that return DHTDBValueModifier and TypeMethodDescriptionDHTDB.get
(HashWrapper key) Internal lookup for locally originated valuesDHTDB.getAnyValue
(HashWrapper key) Returns a value for the given key (local or remote) if foundDHTDBValue.getValueForRelay
(DHTTransportContact new_originator) DHTDBLookupResult.getValues()
DHTDB.remove
(DHTTransportContact sender, HashWrapper key) Local remove - returns a value suitable for putting in the DHTDHTDB.remove
(DHTTransportContact sender, HashWrapper key, short flags) DHTDB.store
(HashWrapper key, byte[] value, short flags, byte life_hours, byte replication_control) Local storeMethods in com.biglybt.core.dht.db that return types with arguments of type DHTDBValue -
Uses of DHTDBValue in com.biglybt.core.dht.db.impl
Classes in com.biglybt.core.dht.db.impl that implement DHTDBValueMethods in com.biglybt.core.dht.db.impl that return DHTDBValueModifier and TypeMethodDescriptionDHTDBImpl.get
(HashWrapper key) DHTDBImpl.getAnyValue
(HashWrapper key) DHTDBValueImpl.getValueForDeletion
(int _version) DHTDBValueImpl.getValueForRelay
(DHTTransportContact _sender) DHTDBImpl.remove
(DHTTransportContact originator, HashWrapper key) DHTDBImpl.remove
(DHTTransportContact originator, HashWrapper key, short flags) DHTDBImpl.store
(HashWrapper key, byte[] value, short flags, byte life_hours, byte replication_control) Methods in com.biglybt.core.dht.db.impl that return types with arguments of type DHTDBValue