Uses of Interface
com.biglybt.core.dht.DHTStorageKey
Packages that use DHTStorageKey
-
Uses of DHTStorageKey in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTStorageKeyModifier and TypeMethodDescriptionDHTStorageAdapter.keyCreated
(HashWrapper key, boolean local) Create a new storage key for a given keyMethods in com.biglybt.core.dht with parameters of type DHTStorageKeyModifier and TypeMethodDescriptionvoid
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 DHTStorageKeyMethods in com.biglybt.core.dht.db.impl that return DHTStorageKeyModifier and TypeMethodDescriptionDHTDBImpl.adapterFacade.keyCreated
(HashWrapper key, boolean local) Methods in com.biglybt.core.dht.db.impl with parameters of type DHTStorageKeyModifier and TypeMethodDescriptionvoid
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 DHTStorageKeyMethods in com.biglybt.plugin.dht.impl that return DHTStorageKeyModifier and TypeMethodDescriptionDHTPluginStorageManager.keyCreated
(HashWrapper key, boolean local) Methods in com.biglybt.plugin.dht.impl with parameters of type DHTStorageKeyModifier and TypeMethodDescriptionvoid
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)