summaryrefslogtreecommitdiffstats
path: root/zkfacade/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'zkfacade/abi-spec.json')
-rw-r--r--zkfacade/abi-spec.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/zkfacade/abi-spec.json b/zkfacade/abi-spec.json
index 4aa8775940e..e0de2622149 100644
--- a/zkfacade/abi-spec.json
+++ b/zkfacade/abi-spec.json
@@ -60,6 +60,7 @@
"com.yahoo.vespa.curator.Curator": {
"superClass": "java.lang.Object",
"interfaces": [
+ "com.yahoo.vespa.curator.api.VespaCurator",
"java.lang.AutoCloseable"
],
"attributes": [
@@ -90,7 +91,8 @@
"public org.apache.curator.framework.CuratorFramework framework()",
"public void close()",
"public java.lang.String zooKeeperEnsembleConnectionSpec()",
- "public int zooKeeperEnsembleCount()"
+ "public int zooKeeperEnsembleCount()",
+ "public bridge synthetic java.lang.AutoCloseable lock(com.yahoo.path.Path, java.time.Duration)"
],
"fields": [
"protected final org.apache.curator.RetryPolicy retryPolicy"
@@ -111,5 +113,18 @@
"public void close()"
],
"fields": []
+ },
+ "com.yahoo.vespa.curator.api.VespaCurator": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract java.lang.AutoCloseable lock(com.yahoo.path.Path, java.time.Duration)"
+ ],
+ "fields": []
}
} \ No newline at end of file