Uses of Interface
com.biglybt.pif.utils.AggregatedDispatcher
-
Packages that use AggregatedDispatcher Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of AggregatedDispatcher in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return AggregatedDispatcher Modifier and Type Method Description AggregatedDispatcher
Utilities. createAggregatedDispatcher(long idle_dispatch_time, long max_queue_size)
create a dispatcher that will queue runnable items until either the limit is reached or the dispatcher hasn't had an entry added for the defined idle time -
Uses of AggregatedDispatcher in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return AggregatedDispatcher Modifier and Type Method Description AggregatedDispatcher
UtilitiesImpl. createAggregatedDispatcher(long idle_dispatch_time, long max_queue_size)
-