Hi Erik.
No, you don't miss :-)
In my situation I already have a Result with all columns for the specific
family and i need to get the timestamp.
Iterating the list i think could take a more time than finding in map.
So I think I'll take a map using getMap() method and then I'll find a
specific column, but for my opinion (I'm just porting our
infrastructure that was originally developed for Hbase 0.19  to HBase
0.20.3) in the 0.19 it was much easy to get timestamp and more elegant.

Thank You and Best Regards.


On Wed, Mar 3, 2010 at 7:43 PM, Erik Holstad <[email protected]> wrote:

> Hey Slava!
> Do you want to get the timestamp for a specific column after you have
> gotten
> multiple columns
> already? I think the fastest way to do that is to iterate the
> List<KeyValue>
> that you have and
> look for the specific column. You can also create one of the different
> maps,
> which will take longer.
> Or am I missing something here?
>
> --
> Regards Erik
>

Reply via email to