Uses of Class
org.opendaylight.netvirt.qosservice.QosAlertManager
-
Packages that use QosAlertManager Package Description org.opendaylight.netvirt.qosservice -
-
Uses of QosAlertManager in org.opendaylight.netvirt.qosservice
Methods in org.opendaylight.netvirt.qosservice with parameters of type QosAlertManager Modifier and Type Method Description void
QosAlertConfigCLI. setQosAlertManager(QosAlertManager qosAlertManager)
void
QosAlertEnableCLI. setQosAlertManager(QosAlertManager qosAlertManager)
void
QosAlertPollIntervalCLI. setQosAlertManager(QosAlertManager qosAlertManager)
void
QosAlertThresholdCLI. setQosAlertManager(QosAlertManager qosAlertManager)
Constructors in org.opendaylight.netvirt.qosservice with parameters of type QosAlertManager Constructor Description QosAlertConfigListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, QosAlertManager qosAlertManager)
QosInterfaceStateChangeListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, QosAlertManager qosAlertManager, QosNeutronUtils qosNeutronUtils, INeutronVpnManager neutronVpnManager, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, QosServiceRecoveryHandler qosServiceRecoveryHandler, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
QosTerminationPointListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, QosNeutronUtils qosNeutronUtils, QosEosHandler qosEosHandler, QosAlertManager qosAlertManager, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
-