HI all, I create a new ResultScanner like this ; ResultScanner scanner=table.getScanner(new Scan()); So the default scan will scan all the families. But now I just want to only retrieval the row keys, so is there any API for this purpose ?
Thank you
HI all, I create a new ResultScanner like this ; ResultScanner scanner=table.getScanner(new Scan()); So the default scan will scan all the families. But now I just want to only retrieval the row keys, so is there any API for this purpose ?
Thank you