summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-08-25 11:59:29 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-08-25 11:59:29 +0200
commit895e5881213da925d71a6d0ad8feffc92acaa96e (patch)
tree73f2f4eed40c6c29e747272fc6bda2ae91c95191 /container-search/abi-spec.json
parentbf81a11f33d4c687e6446b67b1e26a67c1bd59b7 (diff)
Wire in query parameter profileDepth to control how deep down in the depency tree
profiling shall go.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index b7374ecb81d..d81239d7152 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5633,6 +5633,8 @@
"public boolean isTraceable(int)",
"public void setExplainLevel(int)",
"public int getExplainLevel()",
+ "public void setProfileDepth(int)",
+ "public int getProfileDepth()",
"public boolean getTimestamps()",
"public void setTimestamps(boolean)",
"public boolean getQuery()",
@@ -5653,6 +5655,7 @@
"public static final java.lang.String TRACE",
"public static final java.lang.String LEVEL",
"public static final java.lang.String EXPLAIN_LEVEL",
+ "public static final java.lang.String PROFILE_DEPTH",
"public static final java.lang.String TIMESTAMPS",
"public static final java.lang.String QUERY"
]