aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/threading_service_observer.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Simplify IThreadingService as there only is one field writer executor.Geir Storli2023-08-311-13/+3
* Wire in the real clcok and use an explicit RequestContext instead of the dumm...Henning Baldersheim2022-03-071-0/+1
* Revert "Revert "Revert "Revert "Use common tranport for TlsClient""""Henning Baldersheim2022-02-231-0/+1
* Revert "Revert "Revert "Use common tranport for TlsClient"""Harald Musum2022-02-231-1/+0
* Revert "Revert "Use common tranport for TlsClient""Henning Baldersheim2022-02-221-0/+1
* Revert "Use common tranport for TlsClient"Harald Musum2022-02-221-1/+0
* - Use common tranport for TlsClient.Henning Baldersheim2022-02-221-0/+1
* Only require vespalib::Executor instead of vespalib::ThreadExecutorHenning Baldersheim2022-01-191-2/+2
* Only expose sync for the master thread.Henning Baldersheim2021-11-261-6/+6
* Merge pull request #20230 from vespa-engine/balder/summary-only-needs-a-threa...Henning Baldersheim2021-11-261-5/+5
|\
| * Summary only needs a ThreadExecutor. Also GC some unused members and methods.Henning Baldersheim2021-11-261-5/+5
* | Remove sync_all_executors from IThreadingService interface.Henning Baldersheim2021-11-261-4/+0
|/
* Add support for blocking external feed operations when the document db master...Geir Storli2021-11-171-0/+4
* GC void comments and comments stating the obvious.Henning Baldersheim2021-11-161-10/+0
* Remove return keyword.Henning Baldersheim2021-11-161-1/+1
* Do not inherit Syncable. sync -> sync_all_executors to make its call sites mo...Henning Baldersheim2021-11-161-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-10/+10
* Add shutdown to thread interface.Henning Baldersheim2020-03-231-0/+1
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-18/+2
* Expose the shared executor as a ThreadExecutor directlyHenning Baldersheim2019-05-151-2/+2
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-14/+15
* Fix mixup of summary thread observer and index thread observer.Tor Egge2018-11-011-1/+1
* - Use a dedicated thread for writing to summarystore.Henning Baldersheim2017-08-011-9/+11
* 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
* Add explicit threading service observer destructor.Tor Egge2017-05-091-0/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-9/+6
* PublishJon Bratseth2016-06-151-0/+89