aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/threadpool/ContainerThreadPool.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-211-81/+3
* Add getter for number of queued tasksBjørn Christian Seime2020-09-181-0/+1
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-071-10/+9
* Revert "Use separate non-public config definition for ContainerThreadPool"Bjørn Christian Seime2020-09-071-9/+10
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-071-10/+9
* Revert "Add missing implementation of 'Executor' interface"Harald Musum2020-09-011-2/+1
* Add missing implementation of 'Executor' interfaceBjørn Christian Seime2020-09-011-1/+2
* Make ContainerThreadPool a proper componentBjørn Christian Seime2020-08-181-1/+5
* Add flags for controlling threads for feeding.Henning Baldersheim2020-08-041-1/+3
* Revert "Bjorncs/container thread pool"Henning Baldersheim2020-08-041-3/+1
* Scale core pool size with actual number of cores as fallbackBjørn Christian Seime2020-07-141-1/+3
* Revert "Bjorncs/container thread pool"Bjørn Christian Seime2020-06-151-3/+1
* Fix upper bound calculation for core pool sizeBjørn Christian Seime2020-06-151-3/+3
* Scale core pool size with actual number of cores as fallbackBjørn Christian Seime2020-06-151-1/+3
* Force usage of ContainerThreadPool through Executor providerBjørn Christian Seime2020-06-041-6/+1
* Add thread pool name as dimension to metric valuesBjørn Christian Seime2020-06-031-2/+3
* Add config for keep alive timeBjørn Christian Seime2020-06-031-1/+1
* Add config for core pool sizeBjørn Christian Seime2020-06-031-3/+9
* Add config for thread pool nameBjørn Christian Seime2020-06-031-1/+1
* Split out thread pool implementation to separate classesBjørn Christian Seime2020-06-031-0/+87