aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/asynchandler.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* We can only handle unconditional async messages in network thread.Henning Baldersheim2023-01-121-1/+1
* Reduce visibility of document::DocumentHenning Baldersheim2022-03-071-2/+3
* Move removeLocation over to Asynchandler and issue all removes for one bucket...Henning Baldersheim2021-11-171-0/+2
* Async createBucketHenning Baldersheim2021-10-251-0/+1
* Implement async delete bucket.Henning Baldersheim2021-10-181-0/+2
* Make setActiveState async.Henning Baldersheim2021-10-171-2/+5
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Implement bucketexecutor interface and.Henning Baldersheim2021-01-191-0/+2
* Use noexcept and prefix iterator increment.Geir Storli2020-10-261-1/+1
* Add support for async message handling when scheduling storage messages in Fi...Geir Storli2020-10-261-0/+1
* Fix forward declarations.Tor Egge2020-10-201-1/+1
* - Avoid using PersitenceUtil as a global object that can reach everything. On...Henning Baldersheim2020-10-191-1/+4
* Follow up PR commentsHenning Baldersheim2020-10-191-2/+2
* Factor out handling of operations that might change bucket ownership.Henning Baldersheim2020-10-181-1/+4
* Factor out a handler for async operations to decouple code.Henning Baldersheim2020-10-161-0/+33