summaryrefslogtreecommitdiffstats
path: root/docproc/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-23 15:50:43 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-23 15:50:43 +0000
commitb9ceb17637499dee9370c29443b0f0d85b09638b (patch)
tree9015ad5bb75372d6fa14bb076394abad24defbe6 /docproc/abi-spec.json
parent898e0f4a754305e3052952098627bb3dcb2aa193 (diff)
To avoid deadlock when doing synchrounous execution in other chains, we use one threadpool per chain.
Diffstat (limited to 'docproc/abi-spec.json')
-rw-r--r--docproc/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/docproc/abi-spec.json b/docproc/abi-spec.json
index dee2d2172e4..116e2c9edfb 100644
--- a/docproc/abi-spec.json
+++ b/docproc/abi-spec.json
@@ -157,12 +157,15 @@
],
"methods": [
"public void <init>(com.yahoo.component.ComponentId)",
+ "public void <init>(com.yahoo.component.ComponentId, com.yahoo.docproc.CallStack, com.yahoo.document.DocumentTypeManager, int)",
"public void <init>(com.yahoo.component.ComponentId, com.yahoo.docproc.CallStack, com.yahoo.document.DocumentTypeManager)",
"public void <init>(java.lang.String)",
+ "public void deconstruct()",
"public com.yahoo.document.DocumentTypeManager getDocumentTypeManager()",
"public void setDocumentTypeManager(com.yahoo.document.DocumentTypeManager)",
"public int getQueueSize()",
"public com.yahoo.docproc.DocprocExecutor getExecutor()",
+ "public java.util.concurrent.ThreadPoolExecutor getThreadPoolExecutor()",
"public void setInService(boolean)",
"public boolean isInService()",
"public boolean isAcceptingNewProcessings()",