Uses of Class
org.apache.hadoop.hbase.util.IdLock.Entry

Packages that use IdLock.Entry
org.apache.hadoop.hbase.util   
 

Uses of IdLock.Entry in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return IdLock.Entry
 IdLock.Entry IdLock.getLockEntry(long id)
          Blocks until the lock corresponding to the given id is acquired.
 

Methods in org.apache.hadoop.hbase.util with parameters of type IdLock.Entry
 void IdLock.releaseLockEntry(IdLock.Entry entry)
          Must be called in a finally block to decrease the internal counter and remove the monitor object for the given id if the caller is the last client.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.