summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-06-30 13:56:37 +0200
committerJon Bratseth <bratseth@gmail.com>2020-06-30 13:56:37 +0200
commit2b5907b1df400a4f7af2dc3e29b4035fd6ce3f49 (patch)
tree61b8da132de74df30a3d488e273f8c696bfce2b2 /container-search/abi-spec.json
parentedae1471bca822503c3d7f1d796929dc5678e0a9 (diff)
Remove unused internal methods
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index ba52826cd3f..6a191248e13 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5732,7 +5732,6 @@
"public final java.util.Map listValues(java.lang.String, java.util.Map)",
"public final java.util.Map listValues(com.yahoo.processing.request.CompoundName, java.util.Map)",
"public java.util.Map listValues(com.yahoo.processing.request.CompoundName, java.util.Map, com.yahoo.processing.request.Properties)",
- "public java.util.Map listTypes(com.yahoo.processing.request.CompoundName, java.util.Map)",
"public final java.lang.Object get(java.lang.String)",
"public final java.lang.Object get(java.lang.String, java.util.Map)",
"public final java.lang.Object get(java.lang.String, java.lang.String[])",
@@ -6064,8 +6063,8 @@
"public"
],
"methods": [
- "public void <init>()",
"public void <init>(com.yahoo.search.query.profile.config.QueryProfilesConfig)",
+ "public void <init>()",
"public void <init>(com.yahoo.search.query.profile.types.QueryProfileTypeRegistry)",
"public final void register(com.yahoo.search.query.profile.compiled.CompiledQueryProfile)",
"public com.yahoo.search.query.profile.types.QueryProfileTypeRegistry getTypeRegistry()",
@@ -6137,9 +6136,12 @@
"public"
],
"methods": [
- "public void <init>(java.lang.Object, java.lang.String, com.yahoo.search.query.profile.DimensionValues)",
+ "public void <init>(java.lang.Object, java.lang.String, boolean, boolean, com.yahoo.search.query.profile.types.QueryProfileType, com.yahoo.search.query.profile.DimensionValues)",
"public java.lang.Object value()",
"public java.lang.String source()",
+ "public boolean isUnoverridable()",
+ "public boolean isQueryProfile()",
+ "public com.yahoo.search.query.profile.types.QueryProfileType queryProfileType()",
"public com.yahoo.search.query.profile.compiled.ValueWithSource withValue(java.lang.Object)",
"public java.util.Optional variant()",
"public java.lang.String toString()"