public FetchMeta(Integer r, Integer pr, Boolean notFoundOK, Boolean basicQuorum, Boolean headOnly,
Boolean returnDeletedVClock, Date ifModifiedSince, VClock ifModifiedVClock, Integer timeout) {
// A lot of the old code depends on r and pr being returned as null if
// they aren't set / passed in as null
this( (null == r ? null : new Quorum(r)),
(null == pr ? null : new Quorum(pr)),
notFoundOK,
basicQuorum,
headOnly,
returnDeletedVClock,
ifModifiedSince,