Uses of Interface
com.biglybt.core.dht.db.DHTDBValue
-
Packages that use DHTDBValue Package Description com.biglybt.core.dht.db com.biglybt.core.dht.db.impl -
-
Uses of DHTDBValue in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db that return DHTDBValue Modifier and Type Method Description DHTDBValue
DHTDB. get(HashWrapper key)
Internal lookup for locally originated valuesDHTDBValue
DHTDB. getAnyValue(HashWrapper key)
Returns a value for the given key (local or remote) if foundDHTDBValue
DHTDBValue. getValueForRelay(DHTTransportContact new_originator)
DHTDBValue[]
DHTDBLookupResult. getValues()
DHTDBValue
DHTDB. remove(DHTTransportContact sender, HashWrapper key)
Local remove - returns a value suitable for putting in the DHTDHTDBValue
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 Modifier and Type Method Description java.util.List<DHTDBValue>
DHTDB. getAllValues(HashWrapper key)
-
Uses of DHTDBValue in com.biglybt.core.dht.db.impl
Classes in com.biglybt.core.dht.db.impl that implement DHTDBValue Modifier and Type Class Description class
DHTDBValueImpl
Methods in com.biglybt.core.dht.db.impl that return DHTDBValue Modifier and Type Method Description DHTDBValue
DHTDBImpl. get(HashWrapper key)
DHTDBValue
DHTDBImpl. getAnyValue(HashWrapper key)
DHTDBValue
DHTDBValueImpl. getValueForDeletion(int _version)
DHTDBValue
DHTDBValueImpl. getValueForRelay(DHTTransportContact _sender)
DHTDBValue
DHTDBImpl. remove(DHTTransportContact originator, HashWrapper key)
DHTDBValue
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 Modifier and Type Method Description java.util.List<DHTDBValue>
DHTDBImpl. getAllValues(HashWrapper key)
-