Thanks St.Ack. On Tue, Aug 24, 2010 at 9:54 AM, Stack <[email protected]> wrote: > There is no multiget currently. You'll have to effect it yourself at > a higher level spinning threads each doing a single Get. > St.Ack > > On Mon, Aug 23, 2010 at 8:35 PM, Imran M Yousuf <[email protected]> wrote: >> Hi, >> >> I am using the HBase client API to interact with HBase. I have noticed >> that HTableInterface has operations such as put(List<Put>), >> delete(List<Delete>), but there is no similar method for Get. Using >> scan it is possible to load a range of rows, i.e. sequential rows. My >> question is - >> how would it be most efficient to load N non-sequential rows? >> >> Currently I am using get(Get) method N times. >> >> -- >> Imran M Yousuf >> Blog: http://imyousuf-tech.blogs.smartitengineering.com/ >> Mobile: +880-1711402557 >> >
-- Imran M Yousuf Entrepreneur & CEO Smart IT Engineering Ltd. Dhaka, Bangladesh Email: [email protected] Blog: http://imyousuf-tech.blogs.smartitengineering.com/ Mobile: +880-1711402557
