summaryrefslogtreecommitdiffstats
path: root/zkfacade/abi-spec.json
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2020-09-24 15:15:32 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2020-09-24 15:15:32 +0200
commit88db94528ecbb96f88e30c5fa69ea9427e8ef0a7 (patch)
treee3fa74f8a518327da0926477f059389a4ad70eeb /zkfacade/abi-spec.json
parent069716d610dbea6fa58e009cac8c5495c5e7d06d (diff)
Count events per zk path and move to separate package
Diffstat (limited to 'zkfacade/abi-spec.json')
-rw-r--r--zkfacade/abi-spec.json60
1 files changed, 0 insertions, 60 deletions
diff --git a/zkfacade/abi-spec.json b/zkfacade/abi-spec.json
index 614c58f3cf6..f4ad1ab4372 100644
--- a/zkfacade/abi-spec.json
+++ b/zkfacade/abi-spec.json
@@ -109,65 +109,5 @@
"public void close()"
],
"fields": []
- },
- "com.yahoo.vespa.curator.LockInfo$LockState": {
- "superClass": "java.lang.Enum",
- "interfaces": [],
- "attributes": [
- "public",
- "final",
- "enum"
- ],
- "methods": [
- "public static com.yahoo.vespa.curator.LockInfo$LockState[] values()",
- "public static com.yahoo.vespa.curator.LockInfo$LockState valueOf(java.lang.String)",
- "public boolean isTerminal()"
- ],
- "fields": [
- "public static final enum com.yahoo.vespa.curator.LockInfo$LockState ACQUIRING",
- "public static final enum com.yahoo.vespa.curator.LockInfo$LockState TIMED_OUT",
- "public static final enum com.yahoo.vespa.curator.LockInfo$LockState ACQUIRED",
- "public static final enum com.yahoo.vespa.curator.LockInfo$LockState FAILED_TO_REENTER",
- "public static final enum com.yahoo.vespa.curator.LockInfo$LockState RELEASED"
- ]
- },
- "com.yahoo.vespa.curator.LockInfo": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public"
- ],
- "methods": [
- "public static com.yahoo.vespa.curator.LockInfo invokingAcquire(int, java.time.Duration)",
- "public int getThreadHoldCountOnAcquire()",
- "public java.time.Instant getTimeAcquiredWasInvoked()",
- "public java.time.Duration getAcquireTimeout()",
- "public com.yahoo.vespa.curator.LockInfo$LockState getLockState()",
- "public java.util.Optional getTimeLockWasAcquired()",
- "public java.util.Optional getTimeTerminalStateWasReached()"
- ],
- "fields": []
- },
- "com.yahoo.vespa.curator.ThreadLockInfo": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public"
- ],
- "methods": [
- "public static int invokeAcquireCount()",
- "public static int inCriticalRegionCount()",
- "public static int acquireTimedOutCount()",
- "public static int lockAcquiredCount()",
- "public static int locksReleasedCount()",
- "public static int noLocksErrorCount()",
- "public static int failedToAcquireReentrantLockCount()",
- "public static int timeoutOnReentrancyErrorCount()",
- "public static java.util.List getThreadLockInfos()",
- "public java.lang.String getThreadName()",
- "public java.lang.String getLockPath()",
- "public java.util.List getLockInfos()"
- ],
- "fields": []
}
} \ No newline at end of file