mapreduce queries as well.
>
> Thanks!
>
>
>
> From: Brian Roach
> To: Y N
> Cc: "riak-users@lists.basho.com"
> Sent: Monday, May 20, 2013 7:42 AM
> Subject: Re: Java client and siblings question
>
> Hello!
Brian Roach
To: Y N
Cc: "riak-users@lists.basho.com"
Sent: Monday, May 20, 2013 7:42 AM
Subject: Re: Java client and siblings question
Hello!
When you do your fetch (read) and resolve any conflicts, you're going
to get a vector clock along with each sibling. If you're using
Hello!
When you do your fetch (read) and resolve any conflicts, you're going
to get a vector clock along with each sibling. If you're using the
default JSONConverter it will be stored in your POJO's @RiakVClock
annotated field. That's the vector clock you're going to use when you
do your store (wr
Hi,
I am currently using the latest java client, and I have a question regarding
updating data in a bucket where siblings are allowed (i.e. allowSiblings =
true).
I finally understand the whole read-resolve-mutate-write cycle, and also doing
an update / store using previously fetched data (i