257258259260261262263264
/** * @param pr * @return */ public BucketPropertiesBuilder pr(Quora pr) { this.pr = new Quorum(pr); return this; }
262263264265266267268269
this.pr = new Quorum(pr); return this; } public BucketPropertiesBuilder pr(int pr) { this.pr = new Quorum(pr); return this; }
276277278279280281282283
/** * @param pw * @return */ public BucketPropertiesBuilder pw(Quora pw) { this.pw = new Quorum(pw); return this; }
281282283284285286287288
this.pw = new Quorum(pw); return this; } public BucketPropertiesBuilder pw(int pw) { this.pw = new Quorum(pw); return this; }
185186187188189190191192
/** * @param r * @return */ public BucketPropertiesBuilder r(Quora r) { this.r = new Quorum(r); return this; }
190191192193194195196197
this.r = new Quorum(r); return this; } public BucketPropertiesBuilder r(int r) { this.r = new Quorum(r); return this; }
204205206207208209210211
/** * @param w * @return */ public BucketPropertiesBuilder w(Quora w) { this.w = new Quorum(w); return this; }
209210211212213214215216
this.w = new Quorum(w); return this; } public BucketPropertiesBuilder w(int w) { this.w = new Quorum(w); return this; }
223224225226227228229230
/** * @param rw * @return */ public BucketPropertiesBuilder rw(Quora rw) { this.rw = new Quorum(rw); return this; }
228229230231232233234235
this.rw = new Quorum(rw); return this; } public BucketPropertiesBuilder rw(int rw) { this.rw = new Quorum(rw); return this; }