Class Partition


  • public class Partition
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Partition​(long startNode, long nodeCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean fits​(int otherPartitionsCount)  
      • Methods inherited from class java.lang.Object

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

      • startNode

        public final long startNode
      • nodeCount

        public final long nodeCount
    • Constructor Detail

      • Partition

        public Partition​(long startNode,
                         long nodeCount)
    • Method Detail

      • fits

        public boolean fits​(int otherPartitionsCount)