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

Method releaseMetaLookupPermit

src/RegionClient.java:718–720  ·  view source on GitHub ↗

Releases a META lookup permit that was acquired. @see #acquireMetaLookupPermit

()

Source from the content-addressed store, hash-verified

716 * @see #acquireMetaLookupPermit
717 */
718 void releaseMetaLookupPermit() {
719 meta_lookups.release();
720 }
721
722 /**
723 * Finds the highest row that's less than or equal to the given row.

Callers 2

locateRegionMethod · 0.95
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected