aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-29 22:31:12 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-29 22:31:12 +0200
commit41755f24f76b581523aa00d6821e4d17f863c33e (patch)
tree0863ca7737c08c0f212f312822f67db77ebcec63
parent08621c467af33aefb5e5ebf8761951b2ee662f2e (diff)
Update ABI spec
-rw-r--r--component/abi-spec.json3
-rw-r--r--container-search/abi-spec.json16
2 files changed, 13 insertions, 6 deletions
diff --git a/component/abi-spec.json b/component/abi-spec.json
index 0e33fde3c5a..4e89b0e717c 100644
--- a/component/abi-spec.json
+++ b/component/abi-spec.json
@@ -55,9 +55,9 @@
"final"
],
"methods": [
+ "public void <init>(java.lang.String)",
"public void <init>(java.lang.String, com.yahoo.component.Version, com.yahoo.component.ComponentId)",
"public void <init>(java.lang.String, com.yahoo.component.Version)",
- "public void <init>(java.lang.String)",
"public com.yahoo.component.ComponentId nestInNamespace(com.yahoo.component.ComponentId)",
"public java.lang.String getName()",
"public com.yahoo.component.Version getVersion()",
@@ -75,6 +75,7 @@
"public java.lang.String toFileName()",
"public static com.yahoo.component.ComponentId fromFileName(java.lang.String)",
"public static void resetGlobalCountersForTests()",
+ "public static com.yahoo.component.ComponentId newAnonymous(java.lang.String)",
"public bridge synthetic int compareTo(java.lang.Object)"
],
"fields": []
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 8ebb11cc8c5..6694a37469b 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5840,8 +5840,8 @@
"public"
],
"methods": [
- "protected void <init>()",
- "protected void <init>(java.lang.String)",
+ "protected void <init>(com.yahoo.search.query.profile.QueryProfileRegistry)",
+ "protected void <init>(java.lang.String, com.yahoo.search.query.profile.QueryProfileRegistry)",
"protected java.lang.Object checkAndConvertAssignment(java.lang.String, java.lang.Object, com.yahoo.search.query.profile.QueryProfileRegistry)",
"protected com.yahoo.search.query.profile.QueryProfile createSubProfile(java.lang.String, com.yahoo.search.query.profile.DimensionBinding)",
"public com.yahoo.search.query.profile.OverridableQueryProfile clone()",
@@ -5865,7 +5865,9 @@
"public void <init>(com.yahoo.component.ComponentId)",
"public void <init>(java.lang.String)",
"public void <init>(com.yahoo.component.ComponentId, java.lang.String)",
+ "public void <init>(com.yahoo.component.ComponentId, java.lang.String, com.yahoo.search.query.profile.QueryProfileRegistry)",
"public java.lang.String getSource()",
+ "protected final com.yahoo.search.query.profile.QueryProfileRegistry getOwner()",
"public com.yahoo.search.query.profile.types.QueryProfileType getType()",
"public void setType(com.yahoo.search.query.profile.types.QueryProfileType)",
"public com.yahoo.search.query.profile.QueryProfileVariants getVariants()",
@@ -5923,7 +5925,9 @@
"public bridge synthetic com.yahoo.component.AbstractComponent clone()",
"public bridge synthetic java.lang.Object clone()"
],
- "fields": []
+ "fields": [
+ "public final com.yahoo.search.query.profile.QueryProfileRegistry owner"
+ ]
},
"com.yahoo.search.query.profile.QueryProfileCompiler": {
"superClass": "java.lang.Object",
@@ -5973,7 +5977,8 @@
"public com.yahoo.search.query.profile.types.QueryProfileTypeRegistry getTypeRegistry()",
"public com.yahoo.search.query.profile.QueryProfile findQueryProfile(java.lang.String)",
"public void freeze()",
- "public com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry compile()"
+ "public com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry compile()",
+ "public com.yahoo.component.ComponentId createAnonymousId(java.lang.String)"
],
"fields": []
},
@@ -6498,7 +6503,8 @@
"public void register(com.yahoo.search.query.profile.types.QueryProfileType)",
"public boolean hasApplicationTypes()",
"public void freeze()",
- "public static com.yahoo.search.query.profile.types.QueryProfileTypeRegistry emptyFrozen()"
+ "public static com.yahoo.search.query.profile.types.QueryProfileTypeRegistry emptyFrozen()",
+ "public com.yahoo.component.ComponentId createAnonymousId(java.lang.String)"
],
"fields": []
},