aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/reference/gid_to_lid_change_listener.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid sync_all by using an explicit gate.Henning Baldersheim2021-11-191-10/+13
* Add a vector of gids to remove to ReferenceAttribute::populateTargetLids()Tor Egge2021-11-181-3/+3
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-281-1/+1
* Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-181-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use a RetainGuard to ensure DocumentDB is not closed until everything has bee...Henning Baldersheim2021-04-231-6/+4
* Rename context to IDestructorCallbackSPHenning Baldersheim2020-07-081-2/+2
* Sync executor before completing destruction to ensure everyone is done.Henning Baldersheim2020-07-071-0/+1
* Async handling of gid/lid changes.Henning Baldersheim2020-07-071-11/+14
* Let the executor create an executor id to its liking.Henning Baldersheim2020-06-251-1/+1
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-2/+1
* Use correct prefix name when selecting executor.Henning Baldersheim2018-06-171-1/+1
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-1/+1
* Use std::promise<void> instead of std::promise<bool> when value is ignored.Tor Egge2017-10-311-12/+12
* Rename notifyPut to notifyPutDone since notification happens afterTor Egge2017-09-151-1/+1
* Propagate API changes to GidToLidChangeListener and ReferenceAttribute:Tor Egge2017-08-301-2/+12
* 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
* Replace task id with executor id and component id in sequenced task executor.Tor Egge2017-05-031-4/+5
* Fix comments. Break long lines.Tor Egge2017-02-231-1/+1
* Add gid to lid change handler and gid to lid change registrator.Tor Egge2017-02-221-2/+28
* Add GidToLidChangeListener, a class for listening to changes in mapping fromTor Egge2017-02-171-0/+33