Class QuotaManager.AdjustedQuota

java.lang.Object
uk.ac.manchester.spinnaker.alloc.allocator.QuotaManager.AdjustedQuota
Enclosing class:
QuotaManager

public static final class QuotaManager.AdjustedQuota
extends Object
Describes the result of the QuotaManager.addQuota(int,int) operation.
Author:
Donal Fellows
  • Method Details

    • getName

      public String getName()
      Returns:
      The name of the group.
    • getQuota

      public Long getQuota()
      Returns:
      The new quota of the group.