aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/mock_attribute_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Explore attribute vector in writer thread.""Tor Egge2023-03-291-3/+0
* Revert "Explore attribute vector in writer thread."Henning Baldersheim2023-03-281-0/+3
* Explore attribute vector in writer thread.Tor Egge2023-03-281-3/+0
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-071-5/+2
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-0/+4
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-4/+0
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-0/+4
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-0/+1
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-1/+1
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-2/+3
* Only require vespalib::Executor instead of vespalib::ThreadExecutorHenning Baldersheim2022-01-191-3/+3
* Get callback when setBucketStateCalculator has completed.Henning Baldersheim2021-11-221-1/+1
* When node is retired we can relax compaction strategy as we have peakedHenning Baldersheim2021-11-121-2/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-251-3/+10
* Simplify attribute writer tests by using mock attribute manager.Geir Storli2020-06-161-6/+21
* Revert "Two phase put in attribute writer"Harald Musum2020-06-151-21/+6
* Simplify attribute writer tests by using mock attribute manager.Geir Storli2020-06-151-6/+21
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-1/+1
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-0/+3
* Expose constness in interface to avoid cheating.Henning Baldersheim2018-08-291-1/+1
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-281-1/+1
* Move smartpointersHenning Baldersheim2018-08-271-1/+3
* - Add option to increment an attribute for every doc matched.Henning Baldersheim2018-08-271-0/+1
* No virtual on override and override on destructor.Henning Baldersheim2018-08-151-21/+19
* add and use HDR_ABORT insteadArne Juul2018-06-201-3/+4
* use LOG_ABORT not just abort()Arne Juul2018-06-121-3/+3
* Implement mock of proton::IAttributeManager.Geir Storli2018-04-231-0/+81