aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/server/local_rpc_monitor_map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* cleanup whitespaceArne Juul2023-04-301-2/+2
* GC some void inline pragmasHenning Baldersheim2023-01-301-17/+16
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* removing more codeArne H Juul2021-09-201-2/+2
* simplify request completion handlingArne H Juul2021-09-151-11/+5
* add wouldConflict() for LocalRpcMonitorMapArne H Juul2021-09-101-0/+2
* remove ignoreFirstOk flagArne H Juul2021-09-091-3/+0
* add extra method for use by unregister RPC apiArne H Juul2021-09-091-0/+6
* added test for local rpc monitor mapHÃ¥vard Pettersen2021-09-091-5/+12
* we want local add (aka register requests) to start health check at onceArne Juul2021-09-021-1/+1
* refactor common code -> addToMap/removeFromMapArne Juul2021-08-201-1/+12
* now lookup never failsArne Juul2021-08-201-1/+1
* use new MappingMonitorArne Juul2021-08-201-29/+13
* Merge pull request #18804 from vespa-engine/arnej/add-external-mapping-monitorArne H Juul2021-08-201-1/+0
|\
| * cleanup duplicate lineArne Juul2021-08-191-1/+0
* | delay add() and remove() for untanglingArne Juul2021-08-181-10/+36
|/
* allow delayed notificationsArne Juul2021-08-181-1/+1
* ensure that sending event to dispatch happens after updating internal stateArne Juul2021-08-171-3/+24
* move even more responsibility to lookup()Arne Juul2021-08-171-1/+1
* use aggregate initialization with designatorsArne Juul2021-08-171-18/+21
* new LocalRpcMonitorMap::addLocal() APIArne Juul2021-08-171-2/+30
* lookup() is only used where it must succeedArne Juul2021-08-171-1/+1
* use guards for subscriptionsArne Juul2021-08-161-1/+2
* Reapply "Arnej/wire consensus map"Arne Juul2021-08-161-4/+8
* Revert "Arnej/wire consensus map"Harald Musum2021-08-161-8/+4
* let LocalRpcMonitorMap implement MapSourceArne Juul2021-08-161-4/+8
* avoid storing another ServiceMapping in PerService dataArne Juul2021-08-101-3/+5
* cleanupArne Juul2021-08-101-2/+1
* add LocalRpcMonitorMap serving local historyArne Juul2021-08-051-0/+61