Uses of Interface
com.biglybt.core.dht.DHTStorageKey
-
Packages that use DHTStorageKey Package Description com.biglybt.core.dht com.biglybt.core.dht.db.impl com.biglybt.plugin.dht.impl -
-
Uses of DHTStorageKey in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTStorageKey Modifier and Type Method Description DHTStorageKey
DHTStorageAdapter. keyCreated(HashWrapper key, boolean local)
Create a new storage key for a given keyMethods in com.biglybt.core.dht with parameters of type DHTStorageKey Modifier and Type Method Description void
DHTStorageAdapter. keyDeleted(DHTStorageKey adapter_key)
void
DHTStorageAdapter. keyRead(DHTStorageKey adapter_key, DHTTransportContact contact)
void
DHTStorageAdapter. valueAdded(DHTStorageKey key, DHTTransportValue value)
void
DHTStorageAdapter. valueDeleted(DHTStorageKey key, DHTTransportValue value)
void
DHTStorageAdapter. valueUpdated(DHTStorageKey key, DHTTransportValue old_value, DHTTransportValue new_value)
-
Uses of DHTStorageKey in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as DHTStorageKey Modifier and Type Field Description private DHTStorageKey
DHTDBMapping. adapter_key
Methods in com.biglybt.core.dht.db.impl that return DHTStorageKey Modifier and Type Method Description DHTStorageKey
DHTDBImpl.adapterFacade. keyCreated(HashWrapper key, boolean local)
Methods in com.biglybt.core.dht.db.impl with parameters of type DHTStorageKey Modifier and Type Method Description void
DHTDBImpl.adapterFacade. keyDeleted(DHTStorageKey adapter_key)
void
DHTDBImpl.adapterFacade. keyRead(DHTStorageKey adapter_key, DHTTransportContact contact)
void
DHTDBImpl.adapterFacade. valueAdded(DHTStorageKey key, DHTTransportValue value)
void
DHTDBImpl.adapterFacade. valueDeleted(DHTStorageKey key, DHTTransportValue value)
void
DHTDBImpl.adapterFacade. valueUpdated(DHTStorageKey key, DHTTransportValue old_value, DHTTransportValue new_value)
-
Uses of DHTStorageKey in com.biglybt.plugin.dht.impl
Classes in com.biglybt.plugin.dht.impl that implement DHTStorageKey Modifier and Type Class Description protected static class
DHTPluginStorageManager.storageKey
Methods in com.biglybt.plugin.dht.impl that return DHTStorageKey Modifier and Type Method Description DHTStorageKey
DHTPluginStorageManager. keyCreated(HashWrapper key, boolean local)
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTStorageKey Modifier and Type Method Description void
DHTPluginStorageManager. keyDeleted(DHTStorageKey key)
void
DHTPluginStorageManager. keyRead(DHTStorageKey key, DHTTransportContact contact)
void
DHTPluginStorageManager. valueAdded(DHTStorageKey key, DHTTransportValue value)
void
DHTPluginStorageManager. valueDeleted(DHTStorageKey key, DHTTransportValue value)
void
DHTPluginStorageManager. valueUpdated(DHTStorageKey key, DHTTransportValue old_value, DHTTransportValue new_value)
-