MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / call

Method call

src/HBaseClient.java:2833–2836  ·  view source on GitHub ↗
(final Object arg)

Source from the content-addressed store, hash-verified

2831 if (has_permit) {
2832 final class ReleaseMetaLookupPermit implements Callback<Object, Object> {
2833 public Object call(final Object arg) {
2834 client.releaseMetaLookupPermit();
2835 return arg;
2836 }
2837 public String toString() {
2838 return "release meta table lookup permit";
2839 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected