Package org.kitesdk.data.spi.partition

Examples of org.kitesdk.data.spi.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 sourceName, int... upperBounds) {
      add(new IntRangeFieldPartitioner(sourceName, upperBounds));
      return this;
    }
View Full Code Here

TOP

Related Classes of org.kitesdk.data.spi.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.