Class NodeCountLimit

    • Constructor Detail

      • NodeCountLimit

        public NodeCountLimit​(int maximumNumberOfNodes)
        Create a new NodeCountLimit
        Parameters:
        maximumNumberOfNodes - The maximum number of Nodes that can be created at one job. Value must be > 0
    • Method Detail

      • compareTo

        public int compareTo​(Limit other)
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class Limit
      • doesExceed

        public boolean doesExceed​(long count)
        Specified by:
        doesExceed in class Limit