aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/move_operation_limiter/move_operation_limiter_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Make handle stop in a uniform way by putting the basics in the base class.Henning Baldersheim2021-05-051-4/+2
|
* Ensure onStop is proxied.Henning Baldersheim2021-03-171-3/+7
|
* In order to ensure that lid stats are sampled at the right time ensure that ↵Henning Baldersheim2021-01-281-0/+9
| | | | | | | you do it the *next* time you are in the master thread. This is to ensure that the sync call has taken effect. This also keep the iterator creation logic in one method enhancing readability.
* Move idestructorcallback.h to vespalib module and ↵Henning Baldersheim2021-01-141-1/+1
| | | | search::IDestructorCallback to vespalib::IdestructorCallback.
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-4/+4
|
* Add class to limit the number of outstanding move operations a blockable ↵Geir Storli2017-07-031-0/+106
maintenance job can have.