Package com.cloudera.cdk.data.partition

Examples of com.cloudera.cdk.data.partition.IntRangeFieldPartitioner


     *          A variadic list of upper bounds of each partition.
     * @return An instance of the builder for method chaining.
     * @see IntRangeFieldPartitioner
     */
    public Builder range(String name, int... upperBounds) {
      fieldPartitioners.add(new IntRangeFieldPartitioner(name, upperBounds));
      return this;
    }
View Full Code Here

TOP

Related Classes of com.cloudera.cdk.data.partition.IntRangeFieldPartitioner

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.