aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/rendering
Commit message (Collapse)AuthorAgeFilesLines
* Use List.ofJon Bratseth2023-06-131-2/+1
|
* Non-functional changes onlyJon Bratseth2023-06-132-10/+10
|
* Render completely when the response is malformedJon Bratseth2022-12-091-3/+7
|
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-082-29/+2
|
* Rename method 'future' => 'completedFuture'Bjørn Christian Seime2021-12-081-1/+1
|
* Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-081-3/+3
|
* Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-081-6/+5
| | | | | | | | - com.yahoo.processing.Response.recursiveComplete() - com.yahoo.processing.response.DataList.complete() - com.yahoo.processing.response.IncomingData.completed() Also fixes bug in FutureResponse where `get()` does not return value produced by async task.
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-062-16/+42
| | | | | | | Public methods: - com.yahoo.processing.rendering.Renderer.render() - com.yahoo.search.handler.HttpSearchResponse.waitableRender() - com.yahoo.processing.rendering.AsynchronousSectionedRenderer.renderBeforeHandover()
* Update 2017 copyright notices.gjoranv2021-10-075-5/+5
|
* Non-functional-changes-onlyJon Bratseth2020-11-184-22/+12
|
* Explicitly inherit summary featuresJon Bratseth2020-06-021-1/+0
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-1/+1
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Allow subclassing by making some hooks protectedJon Bratseth2019-06-291-1/+4
|
* Avoid deprecated classesJon Bratseth2018-10-161-1/+1
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
|
* Close at endJon Bratseth2018-04-241-3/+3
|
* Clear renderer hit groupsJon Bratseth2018-04-241-0/+1
| | | | | | | | | This allows us to stream more data than can fit in the container (across all concurrent queries), as rendered hits in completed groups can now be garbage collected. We can not deference the hit groups themselves as that entails modifying the parent list.
* Update copyright headersJon Bratseth2017-06-145-5/+5
|
* Revert "Update copyright headers"Jon Bratseth2017-06-145-5/+5
|
* Update copyright headersJon Bratseth2017-06-145-5/+5
|
* Revert "Copyright header"Jon Bratseth2017-06-135-5/+5
|
* Copyright headerJon Bratseth2017-06-135-5/+5
|
* Revert the test.Henning Baldersheim2017-03-061-1/+1
|
* Shutdown renderer threads on deconstructJon Bratseth2017-03-061-2/+11
|
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-041-1/+1
| | | | The former is deprecated and will be removed in "August 2016"
* Don't use separate renderer threads in unit testsJon Bratseth2016-07-041-3/+20
|
* Revert "Revert "Bratseth/only one clustercontroller per host 2""Jon Bratseth2016-07-041-4/+4
| | | | This reverts commit f9b197a293c63e824cf1062b5642b67a3f00c16e.
* Revert "Bratseth/only one clustercontroller per host 2"Jon Bratseth2016-07-011-4/+4
|
* Nonfunctional changesJon Bratseth2016-06-301-4/+4
|
* Don't reused renderer executors across renderer recyclingJon Bratseth2016-06-301-1/+4
|
* PublishJon Bratseth2016-06-155-0/+917