aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/ifeedview.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add DoneCallback to removeDocuments.Henning Baldersheim2021-11-301-5/+6
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-1/+1
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-1/+1
* Consolidate code to do force-commit-and-wait.Henning Baldersheim2021-11-211-0/+1
* GC unused sync() interface on IFeedViewHenning Baldersheim2021-10-301-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-3/+5
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-2/+2
* Revert temporary draining solution.Henning Baldersheim2020-10-301-1/+0
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-2/+0
* Remove allow early ackHenning Baldersheim2020-10-291-1/+0
* Wait for trackers to drain.Henning Baldersheim2020-10-271-0/+1
* Drop commit of memory structures if high visibility-delayHenning Baldersheim2020-09-281-0/+1
* Add and extra DoneCallback parameter to forceCommit and rename.Henning Baldersheim2020-09-211-4/+6
* Split interface and implementation in separate compilation units.Henning Baldersheim2020-09-011-1/+1
* Revert "Revert "Only wait for th elids that you are interested in.""Henning Baldersheim2020-08-271-1/+1
* Revert "Only wait for th elids that you are interested in."Arnstein Ressem2020-08-271-1/+1
* Use two stage lid tracking.Henning Baldersheim2020-08-251-1/+1
* Track pending uncommitted lids.Henning Baldersheim2020-08-231-2/+2
* Wire in interfaces for lid based wait.Henning Baldersheim2020-08-221-0/+2
* Adjust forward declarations in searchcore.Tor Egge2019-02-021-1/+1
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-7/+5
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-031-1/+3
* 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 more forward declarations.Tor Egge2017-04-051-14/+13
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-2/+5
* PublishJon Bratseth2016-06-151-0/+65