aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/abi-spec.json
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-30 13:36:48 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-30 13:36:48 +0200
commit890b2ceff15f244ac9a5bf44fba9ba0aa9f5ab8d (patch)
treeae3691244605c4701ff7beb12ae3d9eb0f0e0f3d /vespa-feed-client/abi-spec.json
parent49833295b149f33c97961a56a689b00efc76f24b (diff)
Compute benchmark stats difference
Diffstat (limited to 'vespa-feed-client/abi-spec.json')
-rw-r--r--vespa-feed-client/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json
index e77f71fd2c5..e1fddfeefef 100644
--- a/vespa-feed-client/abi-spec.json
+++ b/vespa-feed-client/abi-spec.json
@@ -291,6 +291,7 @@
],
"methods": [
"public void <init>(long, java.util.Map, long, long, long, long, long, long, long)",
+ "public ai.vespa.feed.client.OperationStats since(ai.vespa.feed.client.OperationStats)",
"public long requests()",
"public long responses()",
"public long successes()",
@@ -302,6 +303,8 @@
"public long maxLatencyMillis()",
"public long bytesSent()",
"public long bytesReceived()",
+ "public boolean equals(java.lang.Object)",
+ "public int hashCode()",
"public java.lang.String toString()"
],
"fields": []