aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-24 17:10:28 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-24 17:10:28 +0200
commit150aff6805eaa1b23a72bad7b01b89cee72ea6cf (patch)
treecfadc02f181f8665976a001591bd134caf5fef97 /vespa-feed-client/abi-spec.json
parent2f22aff9a94ce547809715e2d4ef72dc61a11426 (diff)
Implement dryrun in FeedClient, use it from CLI and Hadoop feeder
Diffstat (limited to 'vespa-feed-client/abi-spec.json')
-rw-r--r--vespa-feed-client/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json
index 70cb4c3f09f..d794fcf851a 100644
--- a/vespa-feed-client/abi-spec.json
+++ b/vespa-feed-client/abi-spec.json
@@ -175,6 +175,7 @@
"public ai.vespa.feed.client.FeedClientBuilder setCertificate(java.nio.file.Path, java.nio.file.Path)",
"public ai.vespa.feed.client.FeedClientBuilder setCertificate(java.util.Collection, java.security.PrivateKey)",
"public ai.vespa.feed.client.FeedClientBuilder setCertificate(java.security.cert.X509Certificate, java.security.PrivateKey)",
+ "public ai.vespa.feed.client.FeedClientBuilder setDryrun(boolean)",
"public ai.vespa.feed.client.FeedClientBuilder setCaCertificatesFile(java.nio.file.Path)",
"public ai.vespa.feed.client.FeedClientBuilder setCaCertificates(java.util.Collection)",
"public ai.vespa.feed.client.FeedClient build()"