Re: Multiple named counters per key

2013-11-08 Thread Dave Rusek
Could you accomplish this with a bucket which is a map of counters? The counter name would be the map key. --  Dave Rusek Sent with Airmail On November 8, 2013 at 12:50:23 PM, Mark A. Basil, Jr. (m...@badarmadillo.com) wrote: Just a thought.  It would be handy if one could add many named

Re: Riak Java client counter object

2014-01-24 Thread Dave Rusek
{ ...  } getAndIncrement(); long value = fetch(); update(1); incrementAndGet(): long value = update(1); // make sure withReturnBody == true [1] https://github.com/basho/riak-java-client  [2]https://github.com/basho/riak-java-client/tree/develop/src/main/java/com/basho/riak/client/operations --  Dave Rusek Basho

Re: Riak Java client counter object

2014-01-28 Thread Dave Rusek
may be able to create a map of counters (‘datatype=map’). This would be an easy way to fetch/update multiple counters in one operation. --  Dave Rusek Software Engineer Basho Technologies @davidjrusek On January 28, 2014 at 4:29:28 AM, Guido Medina (guido.med...@temetra.com) wrote: Hi

Re: pagination over 2i indexes in java

2014-02-11 Thread Dave Rusek
Joe, I added an integration test to the 1.4.x-develop and the 1.4.4 branch of the client and tried them against the latest 1.4 branch of Riak but was not able to reproduce your issue. https://github.com/basho/riak-java-client/tree/1.4.x-develop --  Dave Rusek Software Engineer Basho

Re: pagination over 2i indexes in java

2014-02-11 Thread Dave Rusek
failing test I could take a look at?  Thanks! --  Dave Rusek Software Engineer Basho Technologies @davidjrusek On February 11, 2014 at 5:33:57 PM, Dave Rusek (dru...@basho.com) wrote: Joe, I added an integration test to the 1.4.x-develop and the 1.4.4 branch of the client and tried them against