package offload
- Alphabetic
- Public
- Protected
Type Members
- final class OffloadFuturePool extends ExecutorServiceFuturePool
Custom FuturePool for offloading
Custom FuturePool for offloading
Instrumented to improve debuggability, and to work with offload admission control
- abstract class OffloadThreadPoolFactory extends AnyRef
Experimental factory for generating the
ExecutorService
used to offload work from the Netty threads.Experimental factory for generating the
ExecutorService
used to offload work from the Netty threads.This is available so custom pools can be created, potentially with more interesting behavior and/or telemetry.
Value Members
- object OffloadFuturePool
- object admissionControl extends GlobalFlag[OffloadACConfig]
- object auto extends GlobalFlag[Boolean]
- object maxQueueLength extends GlobalFlag[Int]
- object numWorkers extends GlobalFlag[Int]
- object statsSampleInterval extends GlobalFlag[Duration]