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 DHTPluginStorageManagerDHTPluginStorageManager.diversification.managerprivate DHTPluginStorageManagerDHTPluginStorageManager.storageKey.managerprivate DHTPluginStorageManagerDHTPluginImpl.storage_managerMethods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginStorageManagerModifier and TypeMethodDescriptionprotected static DHTPluginStorageManager.diversificationDHTPluginStorageManager.diversification.deserialise(DHTPluginStorageManager _manager, Map _map) protected static DHTPluginStorageManager.storageKeyDHTPluginStorageManager.storageKey.deserialise(DHTPluginStorageManager _manager, Map map) Constructors in com.biglybt.plugin.dht.impl with parameters of type DHTPluginStorageManagerModifierConstructorDescriptionprotecteddiversification(DHTPluginStorageManager _manager, HashWrapper _key, byte _type) protecteddiversification(DHTPluginStorageManager _manager, HashWrapper _key, byte _type, long _expiry, int[] _fixed_put_offsets) protectedstorageKey(DHTPluginStorageManager _manager, byte _type, HashWrapper _key) protectedstorageKey(DHTPluginStorageManager _manager, byte _type, HashWrapper _key, long _expiry)