Uses of Class
com.biglybt.core.util.ByteArrayHashMap
-
-
Uses of ByteArrayHashMap in com.biglybt.core.content
Subclasses of ByteArrayHashMap in com.biglybt.core.content Modifier and Type Class Description protected static class
RelatedContentManager.ByteArrayHashMapEx<T>
Fields in com.biglybt.core.content declared as ByteArrayHashMap Modifier and Type Field Description (package private) ByteArrayHashMap<RelatedContentSearcher.ForeignBloom>
RelatedContentSearcher. harvested_blooms
(package private) ByteArrayHashMap<java.lang.String>
RelatedContentSearcher. harvested_fails
-
Uses of ByteArrayHashMap in com.biglybt.core.dht.db.impl
Methods in com.biglybt.core.dht.db.impl with parameters of type ByteArrayHashMap Modifier and Type Method Description protected void
DHTDBImpl. processSurvey(byte[] survey_my_id, java.util.List<HashWrapper> applicable_keys, ByteArrayHashMap<DHTTransportContact> survey)
Method parameters in com.biglybt.core.dht.db.impl with type arguments of type ByteArrayHashMap Modifier and Type Method Description protected void
DHTDBImpl. doQuery(byte[] survey_my_id, int total, java.util.Map<DHTDBMapping,java.util.List<DHTTransportContact>> mapping_to_node_map, java.util.LinkedList<java.util.Map.Entry<DHTTransportContact,ByteArrayHashMap<java.util.List<DHTDBMapping>>>> to_do, java.util.Map<DHTTransportContact,java.lang.Object[]> replies, DHTTransportContact done_contact, java.util.List<DHTDBMapping> done_mappings, java.util.List<byte[]> done_reply)
-
Uses of ByteArrayHashMap in com.biglybt.core.dht.impl
Methods in com.biglybt.core.dht.impl with parameters of type ByteArrayHashMap Modifier and Type Method Description static java.lang.String
DHTLog. getString(ByteArrayHashMap<?> s)
-
Uses of ByteArrayHashMap in com.biglybt.core.ipfilter.impl
Fields in com.biglybt.core.ipfilter.impl declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<java.lang.String>
IpFilterImpl. excluded_hashes
-
Uses of ByteArrayHashMap in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<TOTorrentFileHashTree>
PEPeerControlHashHandlerImpl. file_map
-
Uses of ByteArrayHashMap in com.biglybt.core.peermanager.messaging
Fields in com.biglybt.core.peermanager.messaging declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap
MessageManager. message_map
-
Uses of ByteArrayHashMap in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<byte[]>
TOTorrentCreateV2Impl. piece_layers
-
Uses of ByteArrayHashMap in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ByteArrayHashMap Modifier and Type Field Description private static ByteArrayHashMap
StringInterner. byte_map
Methods in com.biglybt.core.util that return ByteArrayHashMap Modifier and Type Method Description ByteArrayHashMap<T>
ByteArrayHashMap. duplicate()
Bit inefficient at the moment -
Uses of ByteArrayHashMap in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<DownloadStubImpl>
DownloadManagerImpl. download_stub_map
-
Uses of ByteArrayHashMap in com.biglybt.pifimpl.local.sharing
Fields in com.biglybt.pifimpl.local.sharing declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<ShareResource>
ShareManagerImpl. torrent_map
-
Uses of ByteArrayHashMap in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap
DHTPluginStorageManager. key_block_map_cow
Methods in com.biglybt.plugin.dht.impl with parameters of type ByteArrayHashMap Modifier and Type Method Description protected DHTStorageBlock[]
DHTPluginStorageManager. buildKeyBlockDetails(ByteArrayHashMap map)
-
Uses of ByteArrayHashMap in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as ByteArrayHashMap Modifier and Type Field Description private static ByteArrayHashMap<MagnetPlugin.DownloadActivity>
MagnetPlugin. download_activities
-
Uses of ByteArrayHashMap in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<java.lang.String>
BuddyPluginBeta.ChatInstance. message_ids
private ByteArrayHashMap<BuddyPluginBeta.ChatParticipant>
BuddyPluginBeta.ChatInstance. participants
-
Uses of ByteArrayHashMap in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as ByteArrayHashMap Modifier and Type Field Description private ByteArrayHashMap<java.net.InetSocketAddress>
DHTTrackerPluginAlt.GetPeersTask. active_queries
private ByteArrayHashMap<java.lang.Object[]>
DHTTrackerPluginAlt. tid_map
-