* only store is the vclock supplied on store matches the vclock
* in Riak
*/
public StoreMeta(Integer w, Integer dw, Integer pw, Boolean returnBody, Boolean returnHead, Boolean ifNoneMatch,
Boolean ifNotModified, Boolean asis, Integer timeout) {
this(null == w ? null : new Quorum(w),
null == dw ? null : new Quorum(dw),
null == pw ? null : new Quorum(pw),
returnBody,
returnHead,
ifNoneMatch,
ifNotModified,
asis,