Uses of Class
org.apache.hadoop.hbase.client.RowLock

Packages that use RowLock
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.rest.client   
 

Uses of RowLock in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return RowLock
 RowLock Put.getRowLock()
          Method for retrieving the put's RowLock
 RowLock Get.getRowLock()
          Method for retrieving the get's RowLock
 RowLock Delete.getRowLock()
          Method for retrieving the delete's RowLock
 RowLock HTableInterface.lockRow(byte[] row)
          Obtains a lock on a row.
 RowLock HTable.lockRow(byte[] row)
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type RowLock
 void HTableInterface.unlockRow(RowLock rl)
          Releases a row lock.
 void HTable.unlockRow(RowLock rl)
           
 

Constructors in org.apache.hadoop.hbase.client with parameters of type RowLock
Delete(byte[] row, long timestamp, RowLock rowLock)
          Create a Delete operation for the specified row and timestamp, using an optional row lock.
Get(byte[] row, RowLock rowLock)
          Create a Get operation for the specified row, using an existing row lock.
Put(byte[] row, long ts, RowLock rowLock)
          Create a Put operation for the specified row, using a given timestamp, and an existing row lock.
Put(byte[] row, RowLock rowLock)
          Create a Put operation for the specified row, using an existing row lock.
 

Uses of RowLock in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client that return RowLock
 RowLock RemoteHTable.lockRow(byte[] row)
           
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type RowLock
 void RemoteHTable.unlockRow(RowLock rl)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.