Somehow I cannot find a way to avoid pre-fetch during store operation (Java client). I know in StoreObject there is withoutFetch method for that purpose but I cannot find corresponding method/property in DomainBucket or DomainBucketBuilder
Am I missing something? Also on related note when withoutFetch is used I guess I need to provide annotated RiakVClock field and use something like: VClockUtil.setVClock(domainObject, riakObject.getVClock()); in my Converter. Is that right or is there better way to do it? I'm using Riak Java client 1.1.0 Thanks Daniel
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com