Class AbstractTopoMonitor


  • public class AbstractTopoMonitor
    extends Object
    Base class for the business logic of topology overlay "monitors".
    • Field Detail

      • trafficPeriod

        protected static long trafficPeriod
        Number of milliseconds between invocations of sending traffic data.
    • Constructor Detail

      • AbstractTopoMonitor

        protected AbstractTopoMonitor()
        Creates a new topo monitor base.
    • Method Detail

      • setTrafficPeriod

        public static void setTrafficPeriod​(long ms)
        Sets the traffic refresh period in milliseconds.
        Parameters:
        ms - refresh rate in millis
      • getTrafficPeriod

        public static long getTrafficPeriod()
        Returns the traffic refresh period in milliseconds.
        Returns:
        refresh rate in millis