From 360ece7a86f3dad99240b5d2da9428c15c2c175e Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Fri, 25 Jun 2021 15:42:53 +0200 Subject: Move stuff around, change some doc, default benchmark on --- vespa-feed-client/abi-spec.json | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'vespa-feed-client/abi-spec.json') diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json index 5a473e05508..aa93472a98f 100644 --- a/vespa-feed-client/abi-spec.json +++ b/vespa-feed-client/abi-spec.json @@ -79,11 +79,13 @@ "abstract" ], "methods": [ - "public abstract void success()", - "public abstract void failure()", + "public void success()", + "public void failure()", "public abstract ai.vespa.feed.client.FeedClient$CircuitBreaker$State state()" ], - "fields": [] + "fields": [ + "public static final ai.vespa.feed.client.FeedClient$CircuitBreaker FUSED" + ] }, "ai.vespa.feed.client.FeedClient$OperationType": { "superClass": "java.lang.Enum", @@ -117,22 +119,6 @@ ], "fields": [] }, - "ai.vespa.feed.client.FeedClient$Throttler": { - "superClass": "java.lang.Object", - "interfaces": [], - "attributes": [ - "public", - "interface", - "abstract" - ], - "methods": [ - "public abstract void sent(long, java.util.concurrent.CompletableFuture)", - "public abstract void success()", - "public abstract void throttled(long)", - "public abstract long targetInflight()" - ], - "fields": [] - }, "ai.vespa.feed.client.FeedClient": { "superClass": "java.lang.Object", "interfaces": [ @@ -148,7 +134,7 @@ "public abstract java.util.concurrent.CompletableFuture update(ai.vespa.feed.client.DocumentId, java.lang.String, ai.vespa.feed.client.OperationParameters)", "public abstract java.util.concurrent.CompletableFuture remove(ai.vespa.feed.client.DocumentId, ai.vespa.feed.client.OperationParameters)", "public abstract ai.vespa.feed.client.OperationStats stats()", - "public ai.vespa.feed.client.FeedClient$CircuitBreaker$State circuitBreakerState()", + "public abstract ai.vespa.feed.client.FeedClient$CircuitBreaker$State circuitBreakerState()", "public abstract void close(boolean)", "public void close()" ], @@ -378,7 +364,7 @@ "ai.vespa.feed.client.StaticThrottler": { "superClass": "java.lang.Object", "interfaces": [ - "ai.vespa.feed.client.FeedClient$Throttler" + "ai.vespa.feed.client.Throttler" ], "attributes": [ "public" -- cgit v1.2.3