Class DefaultHostProbeStore

  • All Implemented Interfaces:
    org.onosproject.net.host.HostProbeStore, org.onosproject.store.Store<org.onosproject.net.host.HostProbingEvent,​org.onosproject.net.host.HostProbingStoreDelegate>

    public class DefaultHostProbeStore
    extends org.onosproject.store.AbstractStore<org.onosproject.net.host.HostProbingEvent,​org.onosproject.net.host.HostProbingStoreDelegate>
    implements org.onosproject.net.host.HostProbeStore
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.onosproject.store.service.StorageService storageService  
      • Fields inherited from class org.onosproject.store.AbstractStore

        delegate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate()  
      org.onlab.packet.MacAddress addProbingHost​(org.onosproject.net.Host host, org.onosproject.net.ConnectPoint connectPoint, org.onosproject.net.host.ProbeMode probeMode, org.onlab.packet.MacAddress probeMac, int retry)  
      void deactivate()  
      void removeProbingHost​(org.onlab.packet.MacAddress probeMac)  
      • Methods inherited from class org.onosproject.store.AbstractStore

        hasDelegate, notifyDelegate, notifyDelegate, setDelegate, unsetDelegate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.store.Store

        hasDelegate, setDelegate, unsetDelegate
    • Field Detail

      • storageService

        protected org.onosproject.store.service.StorageService storageService
    • Constructor Detail

      • DefaultHostProbeStore

        public DefaultHostProbeStore()
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • addProbingHost

        public org.onlab.packet.MacAddress addProbingHost​(org.onosproject.net.Host host,
                                                          org.onosproject.net.ConnectPoint connectPoint,
                                                          org.onosproject.net.host.ProbeMode probeMode,
                                                          org.onlab.packet.MacAddress probeMac,
                                                          int retry)
        Specified by:
        addProbingHost in interface org.onosproject.net.host.HostProbeStore
      • removeProbingHost

        public void removeProbingHost​(org.onlab.packet.MacAddress probeMac)
        Specified by:
        removeProbingHost in interface org.onosproject.net.host.HostProbeStore