summaryrefslogtreecommitdiffstats
path: root/vespaclient-core/src/main/java/com/yahoo/feedapi
Commit message (Collapse)AuthorAgeFilesLines
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-13/+4
|
* Move and update TODO to Vespa 9gjoranv2022-06-081-1/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-082-53/+3
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-052-3/+20
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0715-15/+15
|
* Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-20/+3
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-5/+3
|
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-241-1/+1
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-2/+2
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-252-3/+3
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* GC unused codeHenning Baldersheim2020-04-231-72/+0
|
* Add timeout controlHenning Baldersheim2020-04-141-8/+0
|
* Nonfunctional changes only#Jon Bratseth2019-09-161-3/+3
|
* Revert "Handle xml feed without the wrapping <vespafeed> tag"Henning Baldersheim2019-05-011-1/+1
|
* Handle xml feed without the wrapping <vespafeed> tagHenning Baldersheim2019-05-011-1/+1
|
* GC unused configHenning Baldersheim2019-04-292-90/+11
|
* 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
|
* Some more cleanup.Henning Baldersheim2019-04-236-191/+32
|
* Remove dependency to unmaintained metrics library and stuff only used for ↵Henning Baldersheim2019-04-232-46/+2
| | | | /feed api.
* Avoid '*' imports.Henning Baldersheim2019-04-205-108/+11
| | | | Some minor cleanup while reading code.
* Guard metrics and GC unused codeHenning Baldersheim2019-04-122-67/+19
|
* Nonfunctional changes onlyJon Bratseth2018-12-131-0/+1
|
* Revert "Also obey the timeout."Harald Musum2018-10-294-16/+8
|
* Also obey the timeout.Henning Baldersheim2018-10-294-8/+16
|
* Catch and abort on NullPointerException.Henning Baldersheim2018-10-291-0/+3
|
* Hide the details in the ThreadedFeedAccess to avoid ifs on the outside.Henning Baldersheim2018-10-242-5/+3
|
* Add support for using more than 1 sender thread.Henning Baldersheim2018-10-233-16/+10
|
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-251-5/+0
| | | | java portion of documentapi.
* Avoid import by *Henning Baldersheim2018-02-031-3/+4
|
* Reduce loglevel to debug.Henning Baldersheim2018-02-031-2/+2
|
* 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.
* add jdisc Metric wiringArne Juul2017-12-141-0/+4
| | | | rename metric (will be tagged as a "container" metric anyway)
* Update copyright headersJon Bratseth2017-06-1416-16/+16
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1416-16/+16
|
* Update copyright headersJon Bratseth2017-06-1416-16/+16
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1316-17/+17
|
* Copyright headerJon Bratseth2017-06-1316-17/+17
|
* 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
* simplify SharedSender APIArne H Juul2017-01-121-74/+59
| | | | | | | | * require ResultCallback owners to keep their own Pending number * no longer send numPending in handleReply() * remove unused remove() method * get rid of activeOwners map and associated monitor * waitForPending() now just delegates to the Pending number
* remove unused maxPending parameterArne H Juul2017-01-122-35/+11
|
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert ↵Arnstein Ressem2017-01-091-122/+77
| | | | "Balder/avoid costly notifyall in sharedsender"""""""""
* Revert "Add missing serialVersionUID."Arnstein Ressem2017-01-091-1/+0
|