aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/persistencehandlerproxy.h
Commit message (Expand)AuthorAgeFilesLines
* Expose document type name from `IPersistenceHandler` interfaceTor Brede Vekterli2023-11-071-0/+2
* Add removeByGidAsync() to spi.Tor Egge2023-11-061-0/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move BucketIdListResultHenning Baldersheim2022-03-091-1/+1
* Merge pull request #19613 from vespa-engine/toregge/move-monitored-refcount-t...Henning Baldersheim2021-10-181-2/+2
|\
| * Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-181-2/+2
* | Make setActiveState async.Henning Baldersheim2021-10-171-1/+1
|/
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* No need for the bucket guard anymore for get and visit as all bucket operatio...Henning Baldersheim2021-05-101-1/+0
* Use a RetainGuard to ensure DocumentDB is not closed until everything has bee...Henning Baldersheim2021-04-231-4/+6
* Use tranfer by value and std::move to avoid copying shared pointer to the Upd...Henning Baldersheim2020-08-071-1/+1
* Improve code health of test code.Henning Baldersheim2020-08-071-2/+2
* - Add async interface to putHenning Baldersheim2020-04-291-1/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-51/+24
* 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
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-171-3/+6
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-2/+1
* Wrap the DocumentRetriever in a CommitAndWaitDocumentRetriver if ReadConsiste...Henning Baldersheim2016-06-231-1/+1
* Revert the commitAndWait stuff.Henning Baldersheim2016-06-231-1/+0
* Do an unconditional commitAndWait on iterate.Henning Baldersheim2016-06-221-0/+1
* PublishJon Bratseth2016-06-151-0/+88