Hi,
The Data Model operations in Hbase are as follows:- 
Put Method:- To store Data in Hbase.
Get method:- To retrieve Data in Hbase.
Delete Method:- To delete  the data from Hbase table.
Scan Method:-  To iterate over the data with larger key ranges or the entire table.