I had the user data stored in HBase and i had c# client which uses HBase REST API to stores the data in HBase table. There is possibility of updating the user data by multiple threads. How can i update the rows in Table and how can i apply the locking system on the rows. NOTE:- I am using the HBase REST API.