Re: API question about conflict resolution and getValue(s)

2017-04-06 Thread Luke Bakken
Hi Johan, I'm assuming you're using the Java client, and the getValues method shown here: https://github.com/basho/riak-java-client/blob/develop/src/main/java/com/basho/riak/client/api/commands/kv/KvResponseBase.java#L80-L91 > does: "fetch -> getValues -> ... pick one ... -> modify -> store", wo

Re: API question about conflict resolution and getValue(s)

2017-04-06 Thread Russell Brown
Hi, Which client are you using? On 6 Apr 2017, at 12:48, ジョハンガル wrote: > Hello, > > I have a simple question regarding FetchValue.Response/getValue, > FetchValue.Response/getValues and conflict resolution. > > In the documentation > http://docs.basho.com/riak/kv/2.2.3/developing/usage/con

API question about conflict resolution and getValue(s)

2017-04-06 Thread ジョハンガル
Hello, I have a simple question regarding FetchValue.Response/getValue, FetchValue.Response/getValues and conflict resolution. In the documentation http://docs.basho.com/riak/kv/2.2.3/developing/usage/conflict-resolution/ the described sequence is: "fetch -> getValue -> modify -> store" does: