Uses of Interface
com.biglybt.core.util.bloom.BloomFilter
-
-
Uses of BloomFilter in com.biglybt.core.content
Fields in com.biglybt.core.content declared as BloomFilter Modifier and Type Field Description private BloomFilter
RelatedContentSearcher.ForeignBloom. filter
private BloomFilter
RelatedContentSearcher. harvest_op_requester_bloom
private BloomFilter
RelatedContentSearcher. harvest_se_requester_bloom
private BloomFilter
RelatedContentSearcher. key_bloom_with_local
private BloomFilter
RelatedContentSearcher. key_bloom_without_local
private BloomFilter
RelatedContentManager. persist_del_bloom
Methods in com.biglybt.core.content that return BloomFilter Modifier and Type Method Description BloomFilter
RelatedContentSearcher.ForeignBloom. getFilter()
private BloomFilter
RelatedContentSearcher. getKeyBloom(boolean include_dht_local)
protected BloomFilter
RelatedContentSearcher. sendRemoteFetch(DistributedDatabaseContact contact)
protected BloomFilter
RelatedContentSearcher. sendRemoteUpdate(RelatedContentSearcher.ForeignBloom f_bloom)
Methods in com.biglybt.core.content with parameters of type BloomFilter Modifier and Type Method Description void
RelatedContentSearcher.ForeignBloom. updateFilter(BloomFilter f)
Constructors in com.biglybt.core.content with parameters of type BloomFilter Constructor Description ForeignBloom(DistributedDatabaseContact _contact, BloomFilter _filter)
-
Uses of BloomFilter in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTDBImpl. ip_count_bloom_filter
-
Uses of BloomFilter in com.biglybt.core.dht.router.impl
Fields in com.biglybt.core.dht.router.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTRouterImpl. recent_contact_bloom
-
Uses of BloomFilter in com.biglybt.core.dht.speed.impl
Fields in com.biglybt.core.dht.speed.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTSpeedTesterImpl. tried_bloom
-
Uses of BloomFilter in com.biglybt.core.dht.transport.udp.impl
Fields in com.biglybt.core.dht.transport.udp.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTTransportUDPImpl. bad_ip_bloom_filter
-
Uses of BloomFilter in com.biglybt.core.dht.transport.udp.impl.packethandler
Fields in com.biglybt.core.dht.transport.udp.impl.packethandler declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTUDPPacketHandler. bloom1
private BloomFilter
DHTUDPPacketHandler. bloom2
-
Uses of BloomFilter in com.biglybt.core.dht.transport.util
Fields in com.biglybt.core.dht.transport.util declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTTransportStatsImpl. skew_originator_bloom
-
Uses of BloomFilter in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
DownloadManagerController. activation_bloom
-
Uses of BloomFilter in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as BloomFilter Modifier and Type Field Description private static BloomFilter
ProtocolDecoderPHE. generate_bloom
-
Uses of BloomFilter in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as BloomFilter Modifier and Type Field Description private BloomFilter
UDPConnectionManager. incoming_bloom
-
Uses of BloomFilter in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as BloomFilter Modifier and Type Field Description private BloomFilter
PEPeerControlImpl. naughty_fast_extension_bloom
private BloomFilter
PEPeerControlImpl. prefer_udp_bloom
-
Uses of BloomFilter in com.biglybt.core.peermanager
Fields in com.biglybt.core.peermanager declared as BloomFilter Modifier and Type Field Description private BloomFilter
PeerManager.PeerManagerRegistrationImpl. known_seeds
-
Uses of BloomFilter in com.biglybt.core.peermanager.nat
Fields in com.biglybt.core.peermanager.nat declared as BloomFilter Modifier and Type Field Description private BloomFilter
PeerNATTraverser. negative_result_bloom
-
Uses of BloomFilter in com.biglybt.core.peermanager.peerdb
Fields in com.biglybt.core.peermanager.peerdb declared as BloomFilter Modifier and Type Field Description private BloomFilter
PeerDatabase. filter_one
private BloomFilter
PeerDatabase. filter_two
-
Uses of BloomFilter in com.biglybt.core.util.bloom
Methods in com.biglybt.core.util.bloom that return BloomFilter Modifier and Type Method Description static BloomFilter
BloomFilterFactory. createAddOnly(int filter_size)
static BloomFilter
BloomFilterFactory. createAddRemove4Bit(int filter_size)
Creates a new bloom filter.static BloomFilter
BloomFilterFactory. createAddRemove8Bit(int filter_size)
static BloomFilter
BloomFilterFactory. createRotating(BloomFilter basis, int number)
static BloomFilter
BloomFilterFactory. deserialiseFromMap(java.util.Map<java.lang.String,java.lang.Object> map)
BloomFilter
BloomFilter. getReplica()
Methods in com.biglybt.core.util.bloom with parameters of type BloomFilter Modifier and Type Method Description static BloomFilter
BloomFilterFactory. createRotating(BloomFilter basis, int number)
-
Uses of BloomFilter in com.biglybt.core.util.bloom.impl
Classes in com.biglybt.core.util.bloom.impl that implement BloomFilter Modifier and Type Class Description class
BloomFilterAddOnly
class
BloomFilterAddRemove4Bit
class
BloomFilterAddRemove8Bit
class
BloomFilterImpl
class
BloomFilterRotator
Fields in com.biglybt.core.util.bloom.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
BloomFilterRotator. current_filter
private BloomFilter[]
BloomFilterRotator. filters
Methods in com.biglybt.core.util.bloom.impl that return BloomFilter Modifier and Type Method Description static BloomFilter
BloomFilterImpl. deserialiseFromMap(java.util.Map<java.lang.String,java.lang.Object> map)
BloomFilter
BloomFilterAddOnly. getReplica()
BloomFilter
BloomFilterAddRemove4Bit. getReplica()
BloomFilter
BloomFilterAddRemove8Bit. getReplica()
BloomFilter
BloomFilterRotator. getReplica()
Constructors in com.biglybt.core.util.bloom.impl with parameters of type BloomFilter Constructor Description BloomFilterRotator(BloomFilter _target, int _num)
-
Uses of BloomFilter in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as BloomFilter Modifier and Type Field Description private static BloomFilter
SESTSConnectionImpl. generate_bloom
-
Uses of BloomFilter in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as BloomFilter Modifier and Type Field Description private BloomFilter
DHTPluginStorageManager.storageKey. ip_bloom_filter
private BloomFilter
DHTPluginStorageManager. kb_verify_fail_bloom
private BloomFilter
DHTPluginStorageManager.keyBlock. sent_to_bloom
-
Uses of BloomFilter in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as BloomFilter Modifier and Type Field Description private BloomFilter
BuddyPluginNetwork. unauth_bloom
private BloomFilter
BuddyPluginNetwork. ygm_unauth_bloom
-
Uses of BloomFilter in com.biglybt.ui.swt.views.clientstats
Fields in com.biglybt.ui.swt.views.clientstats declared as BloomFilter Modifier and Type Field Description private BloomFilter
ClientStatsView. bloomFilter
private BloomFilter
ClientStatsView. bloomFilterPeerId
-