aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/ThreadPoolProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Improve class names for the container threadpoolsBjørn Christian Seime2022-04-191-5/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Non-functional-changes-onlyJon Bratseth2020-11-181-1/+1
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-211-2/+3
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-071-4/+20
* Revert "Use separate non-public config definition for ContainerThreadPool"Bjørn Christian Seime2020-09-071-20/+4
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-071-4/+20
* Force usage of ContainerThreadPool through Executor providerBjørn Christian Seime2020-06-041-1/+1
* Annotate correct constructor with 'Inject'Bjørn Christian Seime2020-06-041-1/+1
* Annotate primary constructor with @Inject.Henning Baldersheim2020-06-031-0/+2
* Split out thread pool implementation to separate classesBjørn Christian Seime2020-06-031-180/+6
* Let size of thread pool and Q follow number of cores on the machine where it ...Henning Baldersheim2020-04-251-6/+24
* Update method and constant names to match new metric nameBjørn Christian Seime2020-03-131-2/+2
* Use plural ending in new metric namesBjørn Christian Seime2020-03-131-1/+1
* Introduce metric for unhandled exceptions from jdisc thread poolBjørn Christian Seime2020-03-121-2/+12
* Change field nameJon Bratseth2018-06-151-3/+3
* Only count time with no threads availableHåkon Hallingstad2018-06-141-9/+9
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Quit if interrupted.Henning Baldersheim2017-01-261-5/+7
* Use a separate thread for reporting metrics instead of doing all the on every...Henning Baldersheim2017-01-261-3/+20
* When counting started and completed and then reporting the difference,Henning Baldersheim2017-01-261-3/+3
* Track number of active threads yourself as ThreadPoolExecutor has a cost that...Henning Baldersheim2017-01-171-0/+16
* initialize metricArne H Juul2016-11-051-0/+4
* Use a dedicated thread for VIP statusJon Bratseth2016-10-251-1/+1
* mailto:balder -> baldersheimHenning Baldersheim2016-06-171-1/+1
* PublishJon Bratseth2016-06-151-0/+157