How to achieve pagination in HBase?

前端 未结 1 933
北恋
北恋 2021-01-14 10:08

I am new to Hbase and I need to implement pagination using Java with Jersey and Hbase as my database. I need some help, how can I achieve pagination with Hbase as data will

相关标签:
1条回答
  • 2021-01-14 10:46

    You can do so by using the PageFilter present in habse filter. This will help you to get the paginated Rows from Hbase. There is a good article for pagination that you can refer to perform so. http://www.techsquids.com/bd/pagination-with-hbase/

    0 讨论(0)
提交回复
热议问题