aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-core/src
Commit message (Collapse)AuthorAgeFilesLines
* GC some options that are not used.Henning Baldersheim2019-04-281-6/+0
|
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-251-1/+0
| | | | classes with proper final members.
* Refactor to allow for lazy decode.Henning Baldersheim2019-04-252-5/+5
|
* Remove the tea spoon.Henning Baldersheim2019-04-231-3/+0
|
* Move the NullFeedMetric too where it is used.Henning Baldersheim2019-04-231-35/+0
|
* Some more cleanup.Henning Baldersheim2019-04-2310-339/+73
|
* Remove dependency to unmaintained metrics library and stuff only used for ↵Henning Baldersheim2019-04-239-247/+41
| | | | /feed api.
* Hmm, try to get average metric working properly....Henning Baldersheim2019-04-231-1/+1
|
* Actually use the threaded senderHenning Baldersheim2019-04-211-1/+1
|
* Avoid '*' imports.Henning Baldersheim2019-04-205-108/+11
| | | | Some minor cleanup while reading code.
* Since internals here are not thread safe we need to guard it here to.Henning Baldersheim2019-04-131-1/+1
|
* Guard metrics and GC unused codeHenning Baldersheim2019-04-127-103/+51
|
* Remove wrong TODO - this is needed for vespafeederJon Bratseth2019-01-211-1/+0
|
* Remove spooler from config-modelBjørn Christian Seime2019-01-211-34/+0
|
* Nonfunctional changes onlyJon Bratseth2018-12-131-0/+1
|
* Revert "Also obey the timeout."Harald Musum2018-10-296-23/+10
|
* Also obey the timeout.Henning Baldersheim2018-10-296-10/+23
|
* Catch and abort on NullPointerException.Henning Baldersheim2018-10-291-0/+3
|
* Does not throw anymore.Henning Baldersheim2018-10-261-3/+3
|
* Does not throw anymore.Henning Baldersheim2018-10-261-3/+3
|
* Reinstate old visibility since imagesearch are using non-public apis.Henning Baldersheim2018-10-261-10/+10
|
* Move ThreadedFeedAccess out as independent class.Henning Baldersheim2018-10-242-78/+82
|
* Hide the details in the ThreadedFeedAccess to avoid ifs on the outside.Henning Baldersheim2018-10-243-19/+29
|
* Properly close tasks.Henning Baldersheim2018-10-241-0/+6
|
* Add support for using more than 1 sender thread.Henning Baldersheim2018-10-235-31/+87
|
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-251-5/+0
| | | | java portion of documentapi.
* fix lost handler metricsArne Juul2018-09-251-0/+7
| | | | | * since all these classes use a shared FeedContext instance we must make sure that nobody ever uses NullFeedMetric (except unit tests & VespaFeeder).
* Revert "Revert "Balder/again when time is up it is up""Henning Baldersheim2018-02-051-2/+10
|
* Revert "Balder/again when time is up it is up"Henning Baldersheim2018-02-051-10/+2
|
* Add readability.Henning Baldersheim2018-02-051-2/+10
|
* Avoid import by *Henning Baldersheim2018-02-032-4/+4
|
* Try to differentiate between client and server errors.Henning Baldersheim2018-02-032-2/+22
|
* Reduce loglevel to debug.Henning Baldersheim2018-02-031-2/+2
|
* Never log once per requestJon Bratseth2018-01-311-11/+8
|
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-8/+13
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* Continually recompute the timeout given to messagebus.Henning Baldersheim2018-01-241-3/+16
| | | | If used by vespafeeder keep old behavior.
* Proper indentation.Henning Baldersheim2018-01-241-36/+37
|
* add jdisc Metric wiringArne Juul2017-12-142-1/+5
| | | | rename metric (will be tagged as a "container" metric anyway)
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Update copyright headersJon Bratseth2017-06-1430-30/+30
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1430-30/+30
|
* Update copyright headersJon Bratseth2017-06-1430-30/+30
|
* Remove carriage returnJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-1330-33/+33
|
* Copyright headerJon Bratseth2017-06-1330-33/+33
|
* increase default for maxbusythreadsArne H Juul2017-01-131-1/+1
|
* ensure correct accounting on InterruptedExceptionArne H Juul2017-01-121-7/+12
|
* add back waiting on shutdown()Arne H Juul2017-01-121-1/+7
| | | | | * add a global pending replies counter * wait for all outstanding replies on shutdown