Package org.kitesdk.data.spi.partition

Examples of org.kitesdk.data.spi.partition.RangeFieldPartitioner


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

TOP

Related Classes of org.kitesdk.data.spi.partition.RangeFieldPartitioner

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.