On Sun, May 20, 2012 at 10:07 AM, Billie J Rinaldi <[email protected]> wrote: >To simulate Accumulo's versioning / combining behavior using a TreeMap, you >need to explicitly set the >timestamps of the Keys you are putting into the TreeMap. > > For example: > > Key key = new Key("row", "cf", "cq", 1l); > key = new Key("row", "cf", "cq", 2l);
Doh! Of course. Thanks for your patience.
