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 Delete.getRowLock()
          Method for retrieving the delete's RowLock
 RowLock Put.getRowLock()
          Method for retrieving the put's RowLock
 RowLock Increment.getRowLock()
          Method for retrieving the increment's RowLock
 RowLock Get.getRowLock()
          Method for retrieving the get's RowLock
 RowLock HTable.lockRow(byte[] row)
           
 RowLock HTableInterface.lockRow(byte[] row)
          Obtains a lock on a row.
 

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

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.
Increment(byte[] row, RowLock rowLock)
          Create a Increment 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 © 2011 The Apache Software Foundation. All Rights Reserved.