Class BlockPartitioner

  • All Implemented Interfaces:
    Partitioner

    public class BlockPartitioner
    extends java.lang.Object
    implements Partitioner
    This partitioner partitions connected ranges from 0 to numberOfRows into sizeOfCluster buckets.
    Author:
    thomas.jungblut
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Boundaries partition​(int sizeOfCluster, int numberOfRows)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockPartitioner

        public BlockPartitioner()