Interface Partitioner

  • All Known Implementing Classes:
    BlockPartitioner

    public interface Partitioner
    Used to partition a list/matrix-like structure to a number of cores / buckets.
    Author:
    thomas.jungblut
    • Method Detail

      • partition

        Boundaries partition​(int sizeOfCluster,
                             int numberOfRows)