MCPcopy 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

buildExceptionMethod · 0.45
beforeMethod · 0.45
getIntMethod · 0.45
getIntNegativeMethod · 0.45
getShortMethod · 0.45
getShortNegativeMethod · 0.45
getLongMethod · 0.45
getLongNegativeMethod · 0.45
getFloatMethod · 0.45
getFloatNegativeMethod · 0.45
getDoubleMethod · 0.45
getDoubleNegativeMethod · 0.45

Calls 2

prettyMethod · 0.95
holdNanoTimeMethod · 0.95

Tested by 14

buildExceptionMethod · 0.36
beforeMethod · 0.36
getIntMethod · 0.36
getIntNegativeMethod · 0.36
getShortMethod · 0.36
getShortNegativeMethod · 0.36
getLongMethod · 0.36
getLongNegativeMethod · 0.36
getFloatMethod · 0.36
getFloatNegativeMethod · 0.36
getDoubleMethod · 0.36
getDoubleNegativeMethod · 0.36