Uses of Class
com.biglybt.plugin.dht.impl.DHTPluginStorageManager
Packages that use DHTPluginStorageManager
-
Uses of DHTPluginStorageManager in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as DHTPluginStorageManagerModifier and TypeFieldDescriptionprivate DHTPluginStorageManager
DHTPluginStorageManager.diversification.manager
private DHTPluginStorageManager
DHTPluginStorageManager.storageKey.manager
private DHTPluginStorageManager
DHTPluginImpl.storage_manager
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginStorageManagerModifier and TypeMethodDescriptionprotected static DHTPluginStorageManager.diversification
DHTPluginStorageManager.diversification.deserialise
(DHTPluginStorageManager _manager, Map _map) protected static DHTPluginStorageManager.storageKey
DHTPluginStorageManager.storageKey.deserialise
(DHTPluginStorageManager _manager, Map map) Constructors in com.biglybt.plugin.dht.impl with parameters of type DHTPluginStorageManagerModifierConstructorDescriptionprotected
diversification
(DHTPluginStorageManager _manager, HashWrapper _key, byte _type) protected
diversification
(DHTPluginStorageManager _manager, HashWrapper _key, byte _type, long _expiry, int[] _fixed_put_offsets) protected
storageKey
(DHTPluginStorageManager _manager, byte _type, HashWrapper _key) protected
storageKey
(DHTPluginStorageManager _manager, byte _type, HashWrapper _key, long _expiry)