Class SpallocProperties.KeepaliveProperties

java.lang.Object
uk.ac.manchester.spinnaker.alloc.SpallocProperties.KeepaliveProperties
Enclosing class:
SpallocProperties

public static class SpallocProperties.KeepaliveProperties extends Object
How to handle keepalive messages.
  • Constructor Details

  • Method Details

    • getExpiryPeriod

      @NotNull public @NotNull Duration getExpiryPeriod()
      Time between runs of the keepalive-expiry algorithm.
      Returns:
      Time between runs of the keepalive-expiry algorithm.
    • getMin

      @NotNull public @NotNull Duration getMin()
      Returns:
      Minimum keepalive period.
    • getMax

      @NotNull public @NotNull Duration getMax()
      Returns:
      Maximum keepalive period.