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

Packages that use org.apache.hadoop.hbase.util.IdLock.Entry
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.IdLock.Entry in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.IdLock.Entry in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.util.IdLock.Entry
    IdLock.getLockEntry(long id)
    Blocks until the lock corresponding to the given id is acquired.
    org.apache.hadoop.hbase.util.IdLock.Entry
    IdLock.tryLockEntry(long id, long time)
    Blocks until the lock corresponding to the given id is acquired.
    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.IdLock.Entry in in
    Modifier and Type
    Method
    Description
    void
    IdLock.releaseLockEntry(org.apache.hadoop.hbase.util.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.