Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ toString
Method
toString
src/RowLock.java:86–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
public
String toString() {
87
return
"RowLock(region_name="
+ Bytes.pretty(region_name)
88
+
", lockid="
+ lockid +
", held for "
+ holdNanoTime() +
"ns)"
;
89
}
90
91
// ---------------------- //
92
// Package private stuff. //
Callers
15
buildException
Method · 0.45
before
Method · 0.45
getInt
Method · 0.45
getIntNegative
Method · 0.45
getShort
Method · 0.45
getShortNegative
Method · 0.45
getLong
Method · 0.45
getLongNegative
Method · 0.45
getFloat
Method · 0.45
getFloatNegative
Method · 0.45
getDouble
Method · 0.45
getDoubleNegative
Method · 0.45
Calls
2
pretty
Method · 0.95
holdNanoTime
Method · 0.95
Tested by
14
buildException
Method · 0.36
before
Method · 0.36
getInt
Method · 0.36
getIntNegative
Method · 0.36
getShort
Method · 0.36
getShortNegative
Method · 0.36
getLong
Method · 0.36
getLongNegative
Method · 0.36
getFloat
Method · 0.36
getFloatNegative
Method · 0.36
getDouble
Method · 0.36
getDoubleNegative
Method · 0.36