private boolean allowSiblings = false;
private Boolean search;
public BucketProperties build() {
return new DefaultBucketProperties(allowSiblings, lastWriteWins, nVal, backend,
new VClockPruneProps(smallVClock, bigVClock, youngVClock, oldVClock),
precommitHooks, postcommitHooks,
new TunableCAPProps(r, w, dw, rw, pr, pw, basicQuorum, notFoundOK),
chashKeyFunction, linkWalkFunction,
search);
}