Interface Partition


  • public interface Partition
    • Method Detail

      • startNode

        long startNode()
      • nodeCount

        long nodeCount()
      • fits

        default boolean fits​(int otherPartitionsCount)
      • of

        static Partition of​(long startNode,
                            long nodeCount)