Uses of Class
com.biglybt.core.util.ThreadPool
Packages that use ThreadPool
Package
Description
-
Uses of ThreadPool in com.biglybt.core.dht.control.impl
Fields in com.biglybt.core.dht.control.impl declared as ThreadPoolModifier and TypeFieldDescription(package private) final ThreadPool
DHTControlImpl.external_lookup_pool
private final ThreadPool
DHTControlImpl.external_put_pool
(package private) final ThreadPool
DHTControlImpl.internal_lookup_pool
(package private) final ThreadPool
DHTControlImpl.internal_put_pool
protected final ThreadPool
DHTControlImpl.controlActivity.tp
Methods in com.biglybt.core.dht.control.impl with parameters of type ThreadPoolModifier and TypeMethodDescriptionprotected DHTControlImpl.DhtTask
DHTControlImpl.lookup
(ThreadPool thread_pool, boolean high_priority, byte[] _lookup_id, String description, short flags, boolean value_search, long timeout, int concurrency, int max_values, int search_accuracy, DHTControlImpl.lookupResultHandler handler) The lookup method returns up to K closest nodes to the targetprotected void
DHTControlImpl.put
(ThreadPool thread_pool, boolean high_priority, byte[][] initial_encoded_keys, String description, DHTTransportValue[][] initial_value_sets, short flags, List<DHTTransportContact> contacts, long timeout, DHTControlImpl.DHTOperationListenerDemuxer listener, boolean consider_diversification, Set things_written, int put_level, boolean immediate) protected void
DHTControlImpl.put
(ThreadPool thread_pool, boolean high_priority, byte[] initial_encoded_key, String description, DHTTransportValue[] values, short flags, long timeout, boolean original_mappings, Set things_written, int put_level, DHTControlImpl.DHTOperationListenerDemuxer listener) protected void
DHTControlImpl.put
(ThreadPool thread_pool, boolean high_priority, byte[] initial_encoded_key, String description, DHTTransportValue value, short flags, long timeout, boolean original_mappings, Set things_written, int put_level, DHTControlImpl.DHTOperationListenerDemuxer listener) Constructors in com.biglybt.core.dht.control.impl with parameters of type ThreadPoolModifierConstructorDescriptionprotected
controlActivity
(ThreadPool _tp, DHTControlImpl.DhtTask _task) protected
DhtTask
(ThreadPool thread_pool) -
Uses of ThreadPool in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.nat
Fields in com.biglybt.core.nat declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.tracker.server.impl.tcp
Fields in com.biglybt.core.tracker.server.impl.tcp declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.tracker.server.impl.udp
Fields in com.biglybt.core.tracker.server.impl.udp declared as ThreadPool -
Uses of ThreadPool in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ThreadPoolModifier and TypeFieldDescriptionprivate static final ThreadPool
TorrentUtils.dns_threads
private static final ThreadPool
IPToHostNameResolver.resolve_pool
private ThreadPool
<TimerEvent> Timer.thread_pool
Fields in com.biglybt.core.util with type parameters of type ThreadPoolMethods in com.biglybt.core.util that return ThreadPoolModifier and TypeMethodDescriptionprotected ThreadPool
<T> ThreadPool.threadPoolWorker.getOwner()
Timer.getThreadPool()
-
Uses of ThreadPool in com.biglybt.core.util.http
Fields in com.biglybt.core.util.http declared as ThreadPool -
Uses of ThreadPool in com.biglybt.net.natpmp.upnp.impl
Fields in com.biglybt.net.natpmp.upnp.impl declared as ThreadPool -
Uses of ThreadPool in com.biglybt.net.upnp.impl
Fields in com.biglybt.net.upnp.impl declared as ThreadPool -
Uses of ThreadPool in com.biglybt.pifimpl.local.clientid
Fields in com.biglybt.pifimpl.local.clientid declared as ThreadPool -
Uses of ThreadPool in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as ThreadPoolModifier and TypeFieldDescriptionprivate static ThreadPool
GenericMessageConnectionIndirect.keep_alive_pool
-
Uses of ThreadPool in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as ThreadPoolModifier and TypeFieldDescriptionprivate static final ThreadPool
RankCalculatorReal.activate_pool
-
Uses of ThreadPool in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as ThreadPool -
Uses of ThreadPool in com.biglybt.ui.swt.progress
Fields in com.biglybt.ui.swt.progress declared as ThreadPool