aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/abi-spec.json
diff options
context:
space:
mode:
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": []