aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/rpc/RpcSearchInvokerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Do all construction in constructor and make members final.Henning Baldersheim2024-03-131-1/+2
|
* Searcher => BackendHenning Baldersheim2024-03-111-3/+3
|
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-081-3/+2
| | | | | | - It is not necessary and provides no value. - It also hides some important aspects, like the schema. - And it simplifies testing.
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Show search cluster name in Node.toStringjonmv2023-09-011-3/+3
|
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-5/+11
|
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-251-0/+18
|
* Make a few simpler interfaces instead of carrying one huge implement all ↵Henning Baldersheim2022-11-231-7/+6
| | | | SearchCluster around.
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-8/+5
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* remove unused RpcFill protocol implementationArne H Juul2021-10-191-7/+0
|
* Shutdown and join the rpc client transport threads.Henning Baldersheim2020-09-211-2/+3
|
* Use existing uncompressed lengthJon Bratseth2020-07-011-2/+2
|
* Formatting changes only#Jon Bratseth2020-07-011-4/+4
|
* Add support for serializing and compressing once, instead of once per ↵Henning Baldersheim2020-06-301-2/+11
| | | | backend node.
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-8/+27
|
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-1/+1
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* Optimizations for search protocol over jrt/protobufOlli Virtanen2019-04-051-16/+19
|
* Use sort data with java dispatcherOlli Virtanen2019-04-021-3/+2
|
* Retrieve document summaries over jrt/protobufOlli Virtanen2019-03-271-2/+2
|
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+92
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-95/+0
|
* Protobuf object coversion moved to separate class. RPC classes moved to ↵Olli Virtanen2019-03-121-0/+95
subpackage