The following API should help in your case:

  public Scan setReversed(boolean reversed) {

Cheers

On Wed, Aug 24, 2016 at 12:05 PM, Manjeet Singh <[email protected]>
wrote:

> Hi all
>
> Hbase didnt provide sorting on column but rowkey store in sorted form
> like small value first and greater value last
>
> example
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> and so on
>
> Assume I have 1 Miilions record but i want to look last 1000 records only
> Is their any way to do this? I don't want to perform any calculation on
> client side so may be any filter can help on it?
>
> Thanks
> Manjeet
>
> --
> luv all
>

Reply via email to