Retrieving TimeUUID sub-columns in reverse order

2010-12-25 Thread Roshan Dawrani
Hi, I have a super ColumnFamily that has a few super columns, with each having a growing list of sub-columns where column name is a TimeUUID, so the sub-columns get stored chronologically (oldest to newest) When I retrieve this data, can I somehow retrieve the sub-columns in reverse order - newes

Re: Newbie question - fetching multiple columns of differentdatatypes and conversion from byte[]

2010-12-25 Thread Roshan Dawrani
Thanks a lot for the references. Will check them out first before asking the next question. On Sat, Dec 25, 2010 at 6:46 PM, Nate McCall wrote: > See the following PDF for some additional detail on hector: > http://www.riptano.com/sites/default/files/hector-v2-client-doc.pdf > > There is a also

Re: Newbie question - fetching multiple columns of differentdatatypes and conversion from byte[]

2010-12-25 Thread Nate McCall
See the following PDF for some additional detail on hector: http://www.riptano.com/sites/default/files/hector-v2-client-doc.pdf There is a also a project with some basic stand-alone examples that may be helpful: https://github.com/zznate/hector-examples And Riptano maintains a Java port of a Twit