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 TypeMethodDescriptionvoidDHTStorageAdapter.keyDeleted(DHTStorageKey adapter_key) voidDHTStorageAdapter.keyRead(DHTStorageKey adapter_key, DHTTransportContact contact) voidDHTStorageAdapter.valueAdded(DHTStorageKey key, DHTTransportValue value) voidDHTStorageAdapter.valueDeleted(DHTStorageKey key, DHTTransportValue value) voidDHTStorageAdapter.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 TypeMethodDescriptionvoidDHTDBImpl.adapterFacade.keyDeleted(DHTStorageKey adapter_key) voidDHTDBImpl.adapterFacade.keyRead(DHTStorageKey adapter_key, DHTTransportContact contact) voidDHTDBImpl.adapterFacade.valueAdded(DHTStorageKey key, DHTTransportValue value) voidDHTDBImpl.adapterFacade.valueDeleted(DHTStorageKey key, DHTTransportValue value) voidDHTDBImpl.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 TypeMethodDescriptionvoidDHTPluginStorageManager.keyDeleted(DHTStorageKey key) voidDHTPluginStorageManager.keyRead(DHTStorageKey key, DHTTransportContact contact) voidDHTPluginStorageManager.valueAdded(DHTStorageKey key, DHTTransportValue value) voidDHTPluginStorageManager.valueDeleted(DHTStorageKey key, DHTTransportValue value) voidDHTPluginStorageManager.valueUpdated(DHTStorageKey key, DHTTransportValue old_value, DHTTransportValue new_value)