aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/spi/bucketexecutor.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* - Change error handling so that both synchonous and asynchronous errors can b...Henning Baldersheim2021-02-231-4/+4
* string.h does not need alloc.hHenning Baldersheim2021-02-211-0/+1
* Remove the sync interface from Bucket Executor. Due to the nature of requirin...Henning Baldersheim2021-02-021-1/+0
* Implement bucketexecutor interface and.Henning Baldersheim2021-01-191-2/+3
* Add failure detection and a sync method.Henning Baldersheim2021-01-151-2/+5
* - Add an BucketExecutor interface taking a bucket and a BucketTask for execut...Henning Baldersheim2021-01-151-0/+31