Package com.trifork.riak.RPB.RpbBucketProps

Examples of com.trifork.riak.RPB.RpbBucketProps.Builder


    this.nValue = val;
    return this;
  }

  RpbBucketProps build() {
    Builder builder = RpbBucketProps.newBuilder();
    if (allowMult != null) {
      builder.setAllowMult(allowMult);
    }
    if (nValue != null) {
      builder.setNVal(nValue);
    }
    return builder.build();
  }
View Full Code Here

TOP

Related Classes of com.trifork.riak.RPB.RpbBucketProps.Builder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.