Uses of Interface
com.biglybt.plugin.dht.DHTPluginValue
-
Packages that use DHTPluginValue Package Description com.biglybt.pifimpl.local.ddb com.biglybt.plugin.dht com.biglybt.plugin.dht.impl -
-
Uses of DHTPluginValue in com.biglybt.pifimpl.local.ddb
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginValue Modifier and Type Method Description void
DDBaseImpl.listenerMapper. valueRead(DHTPluginContact originator, DHTPluginValue _value)
void
DDBaseImpl.listenerMapper. valueWritten(DHTPluginContact target, DHTPluginValue value)
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginValue Constructor Description dbEvent(int _type, DistributedDatabaseKey _key, DHTPluginContact _contact, DHTPluginValue _value)
-
Uses of DHTPluginValue in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht that return DHTPluginValue Modifier and Type Method Description DHTPluginValue
DHTPlugin. getLocalValue(byte[] key)
Methods in com.biglybt.plugin.dht that return types with arguments of type DHTPluginValue Modifier and Type Method Description java.util.List<DHTPluginValue>
DHTPlugin. getValues()
java.util.List<DHTPluginValue>
DHTPlugin. getValues(byte[] key)
java.util.List<DHTPluginValue>
DHTPlugin. getValues(int network, boolean ipv6)
java.util.List<DHTPluginValue>
DHTPluginInterface. getValues()
java.util.List<DHTPluginValue>
DHTPluginInterface. getValues(byte[] key)
Methods in com.biglybt.plugin.dht with parameters of type DHTPluginValue Modifier and Type Method Description DHTPluginKeyStats
DHTPlugin. decodeStats(DHTPluginValue value)
DHTPluginKeyStats
DHTPluginInterface. decodeStats(DHTPluginValue value)
void
DHTPluginOperationAdapter. valueRead(DHTPluginContact originator, DHTPluginValue value)
void
DHTPluginOperationListener. valueRead(DHTPluginContact originator, DHTPluginValue value)
void
DHTPluginOperationAdapter. valueWritten(DHTPluginContact target, DHTPluginValue value)
void
DHTPluginOperationListener. valueWritten(DHTPluginContact target, DHTPluginValue value)
-
Uses of DHTPluginValue in com.biglybt.plugin.dht.impl
Classes in com.biglybt.plugin.dht.impl that implement DHTPluginValue Modifier and Type Class Description class
DHTPluginValueImpl
Methods in com.biglybt.plugin.dht.impl that return DHTPluginValue Modifier and Type Method Description DHTPluginValue
DHTPluginImpl. getLocalValue(byte[] key)
protected DHTPluginValue
DHTPluginImpl. mapValue(DHTTransportValue value)
Methods in com.biglybt.plugin.dht.impl that return types with arguments of type DHTPluginValue Modifier and Type Method Description java.util.List<DHTPluginValue>
DHTPluginImpl. getValues()
java.util.List<DHTPluginValue>
DHTPluginImpl. getValues(byte[] key)
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginValue Modifier and Type Method Description DHTPluginKeyStats
DHTPluginImpl. decodeStats(DHTPluginValue value)
-