Uses of Class
org.apache.hadoop.hbase.regionserver.HRegion.RowLock

Packages that use HRegion.RowLock
org.apache.hadoop.hbase.regionserver   
 

Uses of HRegion.RowLock in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HRegion.RowLock
 HRegion.RowLock HRegion.getRowLock(byte[] row)
          Acqures a lock on the given row.
 HRegion.RowLock HRegion.getRowLock(byte[] row, boolean waitForLock)
          Tries to acquire a lock on the given row.
 

Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type HRegion.RowLock
 void HRegion.releaseRowLocks(List<HRegion.RowLock> rowLocks)
          If the given list of row locks is not null, releases all locks.
 



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