Uses of Class
com.biglybt.core.util.HashWrapper
Packages that use HashWrapper
Package
Description
-
Uses of HashWrapper in com.biglybt.core.dht
Methods in com.biglybt.core.dht with parameters of type HashWrapperModifier and TypeMethodDescriptionDHTStorageAdapter.keyCreated
(HashWrapper key, boolean local) Create a new storage key for a given key -
Uses of HashWrapper in com.biglybt.core.dht.control.impl
Fields in com.biglybt.core.dht.control.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper,
Object> DHTControlImpl.imported_state
private final Map<HashWrapper,
Long> DHTControlImpl.local_estimate_values
private final Map<HashWrapper,
byte[]> DHTControlImpl.spoof_gen_history2
-
Uses of HashWrapper in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db that return types with arguments of type HashWrapperModifier and TypeMethodDescriptionDHTDB.getKeys()
Returns an iterator over HashWrapper values denoting the snapshot of keys Thus by the time a key is used the entry may no longer existMethods in com.biglybt.core.dht.db with parameters of type HashWrapperModifier and TypeMethodDescriptionDHTDB.get
(DHTTransportContact reader, HashWrapper key, int max_values, short flags, boolean external_request) DHTDB.get
(HashWrapper key) Internal lookup for locally originated valuesDHTDB.getAllValues
(HashWrapper key) DHTDB.getAnyValue
(HashWrapper key) Returns a value for the given key (local or remote) if foundboolean
DHTDB.hasKey
(HashWrapper key) DHTDB.remove
(DHTTransportContact sender, HashWrapper key) Local remove - returns a value suitable for putting in the DHTDHTDB.remove
(DHTTransportContact sender, HashWrapper key, short flags) byte
DHTDB.store
(DHTTransportContact sender, HashWrapper key, DHTTransportValue[] values) Remote storeDHTDB.store
(HashWrapper key, byte[] value, short flags, byte life_hours, byte replication_control) Local store -
Uses of HashWrapper in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as HashWrapperFields in com.biglybt.core.dht.db.impl with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) Map<HashWrapper,
DHTDBValueImpl> DHTDBMapping.direct_originator_map_may_be_null
(package private) final Map<HashWrapper,
DHTDBValueImpl> DHTDBMapping.indirect_originator_value_map
private Map<HashWrapper,
DHTDBValueImpl> DHTDBMapping.valueIterator.map
private final List<Map<HashWrapper,
DHTDBValueImpl>> DHTDBMapping.valueIterator.maps
(package private) final Map<HashWrapper,
DHTDBMapping> DHTDBImpl.stored_values
private final Map<HashWrapper,
Long> DHTDBImpl.survey_mapping_times
private final Map<HashWrapper,
DHTDBImpl.SurveyContactState> DHTDBImpl.survey_state
Methods in com.biglybt.core.dht.db.impl that return HashWrapperModifier and TypeMethodDescriptionprotected HashWrapper
DHTDBMapping.getKey()
private HashWrapper
DHTDBMapping.getOriginatorValueID
(DHTDBValueImpl value) Methods in com.biglybt.core.dht.db.impl that return types with arguments of type HashWrapperModifier and TypeMethodDescriptionprotected Map<HashWrapper,
DHTDBValueImpl> DHTDBMapping.createLinkedMap()
DHTDBImpl.getKeys()
Methods in com.biglybt.core.dht.db.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected void
DHTDBMapping.addDirectValue
(HashWrapper value_key, DHTDBValueImpl value) protected void
DHTDBMapping.addIndirectValue
(HashWrapper value_key, DHTDBValueImpl value) DHTDBImpl.get
(DHTTransportContact reader, HashWrapper key, int max_values, short flags, boolean external_request) DHTDBImpl.get
(HashWrapper key) DHTDBImpl.getAllValues
(HashWrapper key) DHTDBImpl.getAnyValue
(HashWrapper key) boolean
DHTDBImpl.hasKey
(HashWrapper key) DHTDBImpl.adapterFacade.keyCreated
(HashWrapper key, boolean local) DHTDBImpl.remove
(DHTTransportContact originator, HashWrapper key) DHTDBImpl.remove
(DHTTransportContact originator, HashWrapper key, short flags) protected DHTDBValueImpl
DHTDBMapping.removeDirectValue
(HashWrapper value_key) protected DHTDBValueImpl
DHTDBMapping.removeIndirectValue
(HashWrapper value_key) byte
DHTDBImpl.store
(DHTTransportContact sender, HashWrapper key, DHTTransportValue[] values) DHTDBImpl.store
(HashWrapper key, byte[] value, short flags, byte life_hours, byte replication_control) Method parameters in com.biglybt.core.dht.db.impl with type arguments of type HashWrapperModifier and TypeMethodDescriptionprotected void
DHTDBImpl.processSurvey
(byte[] survey_my_id, List<HashWrapper> applicable_keys, ByteArrayHashMap<DHTTransportContact> survey) Constructors in com.biglybt.core.dht.db.impl with parameters of type HashWrapperModifierConstructorDescriptionprotected
DHTDBMapping
(DHTDBImpl _db, HashWrapper _key, boolean _local) -
Uses of HashWrapper in com.biglybt.core.dht.impl
Methods in com.biglybt.core.dht.impl with parameters of type HashWrapper -
Uses of HashWrapper in com.biglybt.core.dht.transport.util
Fields in com.biglybt.core.dht.transport.util with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) final Map<HashWrapper,
Object> DHTTransferHandler.call_transfers
private final Map<HashWrapper,
DHTTransferHandler.transferHandlerInterceptor> DHTTransferHandler.transfer_handlers
-
Uses of HashWrapper in com.biglybt.core.download
Fields in com.biglybt.core.download with type parameters of type HashWrapper -
Uses of HashWrapper in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as HashWrapperModifier and TypeFieldDescription(package private) HashWrapper
DownloadManagerStateImpl.CachedStateWrapper.torrent_hash_wrapper
Fields in com.biglybt.core.download.impl with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) static final Map<HashWrapper,
DownloadManagerStateImpl> DownloadManagerStateImpl.state_map
Methods in com.biglybt.core.download.impl that return HashWrapperModifier and TypeMethodDescriptionDownloadManagerStateImpl.CachedStateWrapper.getHashWrapper()
protected HashWrapper
DownloadManagerImpl.getTorrentHashOverride()
-
Uses of HashWrapper in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type HashWrapperModifier and TypeMethodDescriptionGlobalManager.getDownloadManager
(HashWrapper hash) Retrieve the DownloadManager associated with a hash -
Uses of HashWrapper in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) final Map<HashWrapper,
DownloadManager> GlobalManagerFileMerger.dm_map
(package private) final Map<HashWrapper,
DownloadManager> GlobalManagerImpl.manager_hash_map
private final Map<HashWrapper,
Boolean> GlobalManagerImpl.paused_list
private final Map<HashWrapper,
Boolean> GlobalManagerImpl.paused_list_initial
private final Map<HashWrapper,
Map> GlobalManagerImpl.saved_download_manager_state
Methods in com.biglybt.core.global.impl with parameters of type HashWrapper -
Uses of HashWrapper in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as HashWrapperMethods in com.biglybt.core.lws that return HashWrapperMethods in com.biglybt.core.lws with parameters of type HashWrapperModifier and TypeMethodDescriptionLightWeightSeedManager.add
(String name, HashWrapper hash, URL url, File data_location, String network, LightWeightSeedAdapter adapter) LightWeightSeedManager.get
(HashWrapper hw) Constructors in com.biglybt.core.lws with parameters of type HashWrapperModifierConstructorDescriptionprotected
LightWeightSeed
(LightWeightSeedManager _manager, String _name, HashWrapper _hash, URL _announce_url, File _data_location, String _network, LightWeightSeedAdapter _adapter) -
Uses of HashWrapper in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate static final Map<HashWrapper,
Object[]> ProtocolDecoderPHE.global_shared_secrets
private static final Map<HashWrapper,
Object[]> ProtocolDecoderPHE.old_global_shared_secrets
-
Uses of HashWrapper in com.biglybt.core.peer.impl.control
Subclasses of HashWrapper in com.biglybt.core.peer.impl.controlModifier and TypeClassDescription(package private) static class
-
Uses of HashWrapper in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as HashWrapperModifier and TypeFieldDescriptionprivate HashWrapper
PEPeerTransportProtocol.mySessionID
private HashWrapper
PEPeerTransportProtocol.peerSessionID
Methods in com.biglybt.core.peer.impl.transport with parameters of type HashWrapperModifier and TypeMethodDescriptionprivate void
PEPeerTransportProtocol.checkForReconnect
(HashWrapper oldID) PEPeerTransportProtocol.DisconnectedTransportQueue.put
(HashWrapper key, PEPeerTransportProtocol value) PEPeerTransportProtocol.DisconnectedTransportQueue.remove
(HashWrapper key) Method parameters in com.biglybt.core.peer.impl.transport with type arguments of type HashWrapperModifier and TypeMethodDescriptionprotected boolean
PEPeerTransportProtocol.DisconnectedTransportQueue.removeEldestEntry
(Map.Entry<HashWrapper, PEPeerTransportProtocol.DisconnectedTransportQueue.QueueEntry> eldest) -
Uses of HashWrapper in com.biglybt.core.peermanager
Fields in com.biglybt.core.peermanager declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapper
PeerManager.PeerManagerRegistrationImpl.hash
private final HashWrapper
PeerManager.PeerManagerRegistrationRoutingFailed.hash
Fields in com.biglybt.core.peermanager with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper,
CopyOnWriteList<PeerManager.PeerManagerRegistrationImpl>> PeerManager.registered_legacy_managers
Methods in com.biglybt.core.peermanager with parameters of type HashWrapperModifier and TypeMethodDescriptionPeerManager.registerLegacyManager
(HashWrapper hash, PeerManagerRegistrationAdapter adapter) Constructors in com.biglybt.core.peermanager with parameters of type HashWrapperModifierConstructorDescriptionprotected
PeerManagerRegistrationImpl
(HashWrapper _hash, PeerManagerRegistrationAdapter _adapter) (package private)
-
Uses of HashWrapper in com.biglybt.core.peermanager.messaging.azureus
Fields in com.biglybt.core.peermanager.messaging.azureus declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapper
AZHandshake.reconnectID
private final HashWrapper
AZHandshake.sessionID
Methods in com.biglybt.core.peermanager.messaging.azureus that return HashWrapperModifier and TypeMethodDescriptionAZHandshake.getReconnectSessionID()
AZHandshake.getRemoteSessionID()
Constructors in com.biglybt.core.peermanager.messaging.azureus with parameters of type HashWrapperModifierConstructorDescriptionAZHandshake
(byte[] peer_identity, HashWrapper sessionID, HashWrapper reconnectID, String _client, String version, int tcp_listen_port, int udp_listen_port, int udp_non_data_listen_port, InetAddress ipv6addr, String localHost, int md_size, String[] avail_msg_ids, byte[] avail_msg_versions, int _handshake_type, byte _version, boolean uploadOnly) -
Uses of HashWrapper in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper,
Object[]> SubscriptionManagerImpl.potential_associations2
private Map<HashWrapper,
Object[]> SubscriptionManagerImpl.potential_associations3
-
Uses of HashWrapper in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return HashWrapperModifier and TypeMethodDescriptionTOTorrent.getHashWrapper()
convenience method to get a wrapped hash for performance purposes -
Uses of HashWrapper in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate HashWrapper
TOTorrentImpl.torrent_hash_wrapper
private HashWrapper
TOTorrentImpl.torrent_hash_wrapper_v1
private HashWrapper
TOTorrentImpl.torrent_hash_wrapper_v2
Methods in com.biglybt.core.torrent.impl that return HashWrapper -
Uses of HashWrapper in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper,
String> AllTrackersManagerImpl.dm_name_cache
-
Uses of HashWrapper in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return HashWrapperModifier and TypeMethodDescriptionTRTrackerAnnouncerRequest.getHash()
TRTrackerAnnouncerResponse.getHash()
TRTrackerScraperResponse.getHash()
TRTrackerAnnouncerFactory.DataProvider.getTorrentHashOverride()
Methods in com.biglybt.core.tracker.client with parameters of type HashWrapperModifier and TypeMethodDescriptionint[]
TRTrackerScraperClientResolver.getCachedScrape
(HashWrapper hash) String[]
TRTrackerScraperClientResolver.getEnabledNetworks
(HashWrapper hash) Object[]
TRTrackerScraperClientResolver.getExtensions
(HashWrapper hash) Two kinds of extensions: entry [0] = String (or null) that gets passed with the scrape verbotem after infohash entry [1] = Character - status of download, aggregated into a single String passed with scrape status flags are above FL_ valuesboolean
TRTrackerScraperClientResolver.isNetworkEnabled
(HashWrapper hash, URL url) boolean
TRTrackerScraperClientResolver.isScrapable
(HashWrapper torrent_hash) boolean
TRTrackerScraperClientResolver.redirectTrackerUrl
(HashWrapper hash, URL old_url, URL new_url) -
Uses of HashWrapper in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapper
TRTrackerAnnouncerRequestImpl.hash
private final HashWrapper
TRTrackerAnnouncerResponseImpl.hash
private final HashWrapper
TRTrackerScraperResponseImpl.hash
Methods in com.biglybt.core.tracker.client.impl that return HashWrapperModifier and TypeMethodDescriptionTRTrackerAnnouncerRequestImpl.getHash()
TRTrackerAnnouncerResponseImpl.getHash()
TRTrackerScraperResponseImpl.getHash()
private HashWrapper
TRTrackerAnnouncerMuxer.getTorrentHashOverride()
Methods in com.biglybt.core.tracker.client.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionString[]
TRTrackerScraperImpl.getEnabledNetworks
(HashWrapper hash) Object[]
TRTrackerScraperImpl.getExtensions
(HashWrapper hash) boolean
TRTrackerScraperImpl.isNetworkEnabled
(HashWrapper hash, URL url) boolean
TRTrackerScraperImpl.isTorrentScrapable
(HashWrapper hash) boolean
TRTrackerScraperImpl.redirectTrackerUrl
(HashWrapper hash, URL old_url, URL new_url) Constructors in com.biglybt.core.tracker.client.impl with parameters of type HashWrapperModifierConstructorDescriptionTRTrackerAnnouncerRequestImpl
(long _session_id, HashWrapper _hash, boolean _is_stop, URL _url, long _sent, long _received) TRTrackerAnnouncerResponseImpl
(URL _url, HashWrapper _hash, int _status, long _time_to_wait) TRTrackerAnnouncerResponseImpl
(URL _url, HashWrapper _hash, int _status, long _time_to_wait, TRTrackerAnnouncerResponsePeer[] _peers) TRTrackerAnnouncerResponseImpl
(URL _url, HashWrapper _hash, int _status, long _time_to_wait, String _additional_info) protected
protected
TRTrackerScraperResponseImpl
(HashWrapper _hash, int _seeds, int _peers, int completed, long _scrapeStartTime) -
Uses of HashWrapper in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapper
TRTrackerBTAnnouncerImpl.torrent_hash_actual
private final HashWrapper
TRTrackerBTAnnouncerImpl.torrent_hash_target
Fields in com.biglybt.core.tracker.client.impl.bt with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final HashMap<HashWrapper,
TRTrackerScraperResponseImpl> TrackerStatus.hashes
key = Torrent hash.Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected TRTrackerScraperResponseImpl
TrackerStatus.addHash
(HashWrapper hash) protected TRTrackerScraperResponseImpl
TrackerChecker.getHashData
(URL trackerUrl, HashWrapper hash) Retrieves the last cached Scraper Response for the supplied tracker URL and hash.protected TRTrackerScraperResponseImpl
TrackerStatus.getHashData
(HashWrapper hash) protected void
TrackerChecker.removeHash
(String trackerUrl, HashWrapper hash) Removes the scrape task and data associated with the supplied tracker URL and torrent hash.protected void
TrackerStatus.removeHash
(HashWrapper hash) protected void
TrackerStatus.updateSingleHash
(HashWrapper hash, boolean force) protected void
TrackerStatus.updateSingleHash
(HashWrapper hash, boolean force, boolean async) Method parameters in com.biglybt.core.tracker.client.impl.bt with type arguments of type HashWrapperModifier and TypeMethodDescriptionprivate URL
TrackerStatus.scrapeHTTP
(List<HashWrapper> hashesInQuery, URL reqUrl, ByteArrayOutputStream message) Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type HashWrapperModifierConstructorDescriptionTRTrackerBTAnnouncerImpl
(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, String[] _peer_networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper) protected
TRTrackerBTScraperResponseImpl
(TrackerStatus _ts, HashWrapper _hash) protected
TRTrackerBTScraperResponseImpl
(TrackerStatus _ts, HashWrapper _hash, int _seeds, int _peers, int completed, long _scrapeStartTime) -
Uses of HashWrapper in com.biglybt.core.tracker.client.impl.dht
Fields in com.biglybt.core.tracker.client.impl.dht declared as HashWrapperFields in com.biglybt.core.tracker.client.impl.dht with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper,
TRTrackerDHTScraperResponseImpl> TRTrackerDHTScraperImpl.responses
Constructors in com.biglybt.core.tracker.client.impl.dht with parameters of type HashWrapperModifierConstructorDescriptionprotected
TRTrackerDHTScraperResponseImpl
(HashWrapper hash, URL _url) -
Uses of HashWrapper in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as HashWrapperMethods in com.biglybt.core.tracker.host.impl that return HashWrapper -
Uses of HashWrapper in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return HashWrapper -
Uses of HashWrapper in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapper
TRTrackerServerTorrentImpl.hash
private final HashWrapper
TRTrackerServerPeerImpl.peer_id
private final HashWrapper
TRTrackerServerTorrentImpl.temporaryBiasedSeed.peer_id
Fields in com.biglybt.core.tracker.server.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper,
TRTrackerServerPeerImpl> TRTrackerServerTorrentImpl.peer_map
Methods in com.biglybt.core.tracker.server.impl that return HashWrapperModifier and TypeMethodDescriptionTRTrackerServerTorrentImpl.getHash()
TRTrackerServerPeerImpl.getPeerId()
TRTrackerServerSimplePeer.getPeerId()
TRTrackerServerTorrentImpl.temporaryBiasedSeed.getPeerId()
Methods in com.biglybt.core.tracker.server.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionTRTrackerServerTorrentImpl.peerContact
(String url_parameters, String event, HashWrapper peer_id, int tcp_port, int udp_port, int http_port, byte crypto_level, byte az_ver, String original_address, String ip_address, boolean ip_override, boolean loopback, String tracker_key, long uploaded, long downloaded, long left, long interval_requested, int up_speed, DHTNetworkPosition network_position) protected TRTrackerServerTorrentImpl
TRTrackerServerProcessor.processTrackerRequest
(TRTrackerServerImpl _server, String request, Map[] root_out, TRTrackerServerPeerImpl[] peer_out, int _request_type, byte[][] hashes, String link, String scrape_flags, HashWrapper peer_id, boolean no_peer_id, byte compact_mode, String key, String event, boolean stop_to_queue, int port, int udp_port, int http_port, String real_ip_address, String original_client_ip_address, long downloaded, long uploaded, long left, int num_want, byte crypto_level, byte az_ver, int up_speed, DHTNetworkPosition network_position) Constructors in com.biglybt.core.tracker.server.impl with parameters of type HashWrapperModifierConstructorDescriptionlightweightPeer
(String _ip, int _port, HashWrapper _peer_id) protected
TRTrackerServerPeerImpl
(HashWrapper _peer_id, int _key_hash_code, byte[] _ip, boolean _ip_override, int _tcp_port, int _udp_port, int _http_port, byte _crypto_level, byte _az_ver, long _last_contact_time, boolean _download_completed, byte _last_nat_status, int _up_speed, DHTNetworkPosition _network_position) protected
TRTrackerServerPeerImpl
(HashWrapper _peer_id, int _key_hash_code, byte[] _ip, boolean _ip_override, short _tcp_port, short _udp_port, short _http_port, byte _crypto_level, byte _az_ver, String _ip_str, byte[] _ip_bytes, byte _NAT_status, long _timeout, long _uploaded, long _downloaded, long _amount_left, long _last_contact_time, boolean _download_completed, boolean _biased, short _up_speed) Import constructorTRTrackerServerTorrentImpl
(TRTrackerServerImpl _server, HashWrapper _hash, boolean _enabled) -
Uses of HashWrapper in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate static final Set<HashWrapper>
TorrentUtils.created_torrents_set
Methods in com.biglybt.core.util that return HashWrapperModifier and TypeMethodDescriptionTorrentUtils.torrentDelegate.getHashWrapper()
static HashWrapper
TorrentUtils.getTLSTorrentHash()
Methods in com.biglybt.core.util with parameters of type HashWrapperModifier and TypeMethodDescriptionstatic DownloadManager
TorrentUtils.getDownloadManager
(HashWrapper hash) Get the DownloadManager related to a torrent's hashBytesstatic void
TorrentUtils.setTLSTorrentHash
(HashWrapper hash) -
Uses of HashWrapper in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type HashWrapperMethods in com.biglybt.pifimpl.local.ddb that return HashWrapperModifier and TypeMethodDescriptionprotected static HashWrapper
DDBaseHelpers.getKey
(DistributedDatabaseTransferType transfer_type) -
Uses of HashWrapper in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate HashWrapper
DHTPluginStorageManager.diversification.key
private HashWrapper
DHTPluginStorageManager.storageKey.key
Methods in com.biglybt.plugin.dht.impl that return HashWrapperModifier and TypeMethodDescriptionstatic HashWrapper
DHTPluginStorageManager.diversifyKey
(HashWrapper key_in, int offset) protected HashWrapper
DHTPluginStorageManager.diversification.getKey()
protected HashWrapper
DHTPluginStorageManager.storageKey.getKey()
Methods in com.biglybt.plugin.dht.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected DHTPluginStorageManager.diversification
DHTPluginStorageManager.createDiversification
(HashWrapper wrapper, byte type) static HashWrapper
DHTPluginStorageManager.diversifyKey
(HashWrapper key_in, int offset) protected byte[][]
DHTPluginStorageManager.followDivChain
(HashWrapper wrapper, boolean put_operation, boolean exhaustive, int max_depth) protected DHTPluginStorageManager.storageKey
DHTPluginStorageManager.getStorageKey
(HashWrapper key) DHTPluginStorageManager.keyCreated
(HashWrapper key, boolean local) protected DHTPluginStorageManager.diversification
DHTPluginStorageManager.lookupDiversification
(HashWrapper wrapper) Constructors in com.biglybt.plugin.dht.impl with parameters of type HashWrapperModifierConstructorDescriptionprotected
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) -
Uses of HashWrapper in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as HashWrapperFields in com.biglybt.plugin.net.buddy.tracker with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper,
Download> BuddyPluginTracker.full_id_map
private Map<HashWrapper,
List<Download>> BuddyPluginTracker.short_id_map
Methods in com.biglybt.plugin.net.buddy.tracker that return HashWrapper -
Uses of HashWrapper in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapper
OpenTorrentOptionsWindow.OpenTorrentInstance.hash
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate static final Map<HashWrapper,
OpenTorrentOptionsWindow> OpenTorrentOptionsWindow.active_windows
Methods in com.biglybt.ui.swt.shells.opentorrent that return HashWrapperModifier and TypeMethodDescriptionprivate HashWrapper
OpenTorrentOptionsWindow.OpenTorrentInstance.getHash()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected void
OpenTorrentOptionsWindow.swt_addTorrent
(HashWrapper hash, TorrentOpenOptions torrentOptions) Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type HashWrapperModifierConstructorDescriptionprivate
OpenTorrentInstance
(HashWrapper _hash, org.eclipse.swt.widgets.Composite _parent, TorrentOpenOptions _torrentOptions, OpenTorrentOptionsWindow.OpenTorrentInstanceListener _changeListener) -
Uses of HashWrapper in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type HashWrapperModifier and TypeMethodDescriptionprivate static void
TorrentUIUtilsV3.handleDMAdded
(DownloadManager dm, boolean playNow, boolean playPrepare, HashWrapper fhw)