public RiakResponse call() throws Exception {
return client.store(o, storeMeta);
}
});
final Collection<T> storedSiblings = new ArrayList<T>(stored.numberOfValues());
// both HTTP and Protocol buffers will return tombstone siblings on a
// returnbody=true. There is no 'deletedvclock' option in RpbPutReq and
// HTTP just always returns them. This makes returnbody=true consistent
// with a fetch operation. See: returnDeletedVClock() below