Class DhcpServiceCounters
- java.lang.Object
 - 
- org.opendaylight.netvirt.dhcpservice.DhcpServiceCounters
 
 
- 
@Singleton public final class DhcpServiceCounters extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description DhcpServiceCounters(org.opendaylight.infrautils.metrics.MetricProvider metricProvider) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinstallDhcpDropFlow()voidinstallDhcpFlow()voidinstallDhcpTableMissFlow()voidinstallDhcpTableMissFlowForExternalTable()voidremoveDhcpDropFlow()voidremoveDhcpFlow() 
 - 
 
- 
- 
Method Detail
- 
installDhcpDropFlow
public void installDhcpDropFlow()
 
- 
installDhcpFlow
public void installDhcpFlow()
 
- 
installDhcpTableMissFlow
public void installDhcpTableMissFlow()
 
- 
installDhcpTableMissFlowForExternalTable
public void installDhcpTableMissFlowForExternalTable()
 
- 
removeDhcpDropFlow
public void removeDhcpDropFlow()
 
- 
removeDhcpFlow
public void removeDhcpFlow()
 
 - 
 
 -