aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-08 12:24:06 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-08 12:24:06 +0200
commit9794b7ddbdeaa980970c2c0b54721d7a6f27a22a (patch)
tree9883013307da09f11c5cf45ee1b8fdfad75ba2f3 /container-search/abi-spec.json
parent1b93fc98129d77ada97b88d45ce6499cacecac61 (diff)
Add Executor to Execution.Context
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 1838f59d701..36a321876aa 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -7822,6 +7822,7 @@
"final"
],
"methods": [
+ "public void <init>(com.yahoo.search.searchchain.SearchChainRegistry, com.yahoo.prelude.IndexFacts, com.yahoo.language.process.SpecialTokenRegistry, com.yahoo.search.rendering.RendererRegistry, com.yahoo.language.Linguistics, java.util.concurrent.Executor)",
"public void <init>(com.yahoo.search.searchchain.SearchChainRegistry, com.yahoo.prelude.IndexFacts, com.yahoo.language.process.SpecialTokenRegistry, com.yahoo.search.rendering.RendererRegistry, com.yahoo.language.Linguistics)",
"public static com.yahoo.search.searchchain.Execution$Context createContextStub()",
"public static com.yahoo.search.searchchain.Execution$Context createContextStub(com.yahoo.prelude.IndexFacts)",
@@ -7843,7 +7844,8 @@
"public boolean getBreakdown()",
"public void setBreakdown(boolean)",
"public com.yahoo.language.Linguistics getLinguistics()",
- "public void setLinguistics(com.yahoo.language.Linguistics)"
+ "public void setLinguistics(com.yahoo.language.Linguistics)",
+ "public java.util.concurrent.Executor getExecutor()"
],
"fields": []
},
@@ -7884,6 +7886,8 @@
"public"
],
"methods": [
+ "public void <init>(com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry, com.yahoo.container.handler.threadpool.ContainerThreadPool)",
+ "public void <init>(com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry, java.util.concurrent.Executor)",
"public void <init>(com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry)",
"public com.yahoo.search.searchchain.Execution newExecution(com.yahoo.component.chain.Chain)",
"public com.yahoo.search.searchchain.Execution newExecution(java.lang.String)",