summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/core/documentapi/VespaDocumentAccess.java
Commit message (Collapse)AuthorAgeFilesLines
* Importsjonmv2022-05-021-1/+0
|
* Simplify shared resource setup with Memoizedjonmv2022-05-021-20/+5
|
* - Allow control of throttlepolicy per session.Henning Baldersheim2022-04-111-2/+0
| | | | | - Move tests to same namespace as code to avoid polluting the public interface. - Expose the throttlepolicy from SourceSession to avoid double bookeeping.
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-2/+1
| | | | | | | | | | | 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.
* Ensure only provider shuts down the VespaDocumentAccessJon Marius Venstad2022-01-241-2/+9
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Use self-subscription for the document access messages bus rpc network tooJon Marius Venstad2021-08-261-2/+2
|
* Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-4/+4
|
* Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-15/+19
|
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-2/+7
| | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-281-7/+2
|
* Move new config to already used packageJon Marius Venstad2021-01-271-1/+1
|
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-271-2/+7
| | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-271-7/+2
|
* Use only injected config for injected document accessJon Marius Venstad2021-01-191-2/+7
|
* Log on self-subscroption and fix copyright hreadersJon Marius Venstad2020-09-251-0/+1
|
* Move injectable lazy document access to top level and rename to ↵Jon Marius Venstad2020-09-251-0/+101
VespaDocumentAccess