Not natively. You will have to write it using Result#getMap or getCells or making use of the fact that Result is a CellScanner. St.Ack
On Wed, May 14, 2014 at 10:08 PM, Vivekanand Ittigi <[email protected]>wrote: > Can anyone please reply? > > ---------- Forwarded message ---------- > From: Vivekanand Ittigi <[email protected]> > Date: Wed, May 14, 2014 at 6:21 PM > Subject: Retrieving nth qualifier in hbase using java > To: [email protected] > > > Hi, > > This question is quite out of box but i need it. > > In list(collection), we can retrieve the nth element in the list by > list.get(i); > > similarly is there any method, in hbase, using java API, where i can get > the nth qualifier given the row id and ColumnFamily name. > > NOTE: I have million qualifiers in single row in single columnFamily. > Thanks, > Vivek >
