242243244245246247248249
/** * @param dw * @return */ public BucketPropertiesBuilder dw(Quora dw) { this.dw = new Quorum(dw); return this; }
247248249250251252253254
this.dw = new Quorum(dw); return this; } public BucketPropertiesBuilder dw(int dw) { this.dw = new Quorum(dw); return this; }
261262263264265266267268
/** * @param pr * @return */ public BucketPropertiesBuilder pr(Quora pr) { this.pr = new Quorum(pr); return this; }
266267268269270271272273
this.pr = new Quorum(pr); return this; } public BucketPropertiesBuilder pr(int pr) { this.pr = new Quorum(pr); return this; }
280281282283284285286287
/** * @param pw * @return */ public BucketPropertiesBuilder pw(Quora pw) { this.pw = new Quorum(pw); return this; }
285286287288289290291292
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; }