You can utilize the following method of Scan:

  public Scan setTimeRange(long minStamp, long maxStamp)

To apply Filter, use this:

  public Scan setFilter(Filter filter) {

FYI

On Wed, Jun 10, 2015 at 10:33 AM, Devpriya Dave <
devpr...@yahoo-inc.com.invalid> wrote:

> Hello
> I am an Intern at Yahoo-Flickr, during one of the projects I wanted to
> scan the hbase table first based on timestamp range and then apply some
> other filter. However timestamp "range" filter is not availableIs there any
> way this can be done i.e. apply timestamp "range" filter and other filter
> together ?
> ThanksDevpriya Dave
>

Reply via email to