public enum DhcpServiceCounters extends Enum<DhcpServiceCounters>
Enum Constant and Description |
---|
install_dhcp_drop_flow |
install_dhcp_flow |
install_dhcp_table_miss_flow |
install_dhcp_table_miss_flow_for_external_table |
remove_dhcp_drop_flow |
remove_dhcp_flow |
Modifier and Type | Method and Description |
---|---|
void |
inc() |
static DhcpServiceCounters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DhcpServiceCounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DhcpServiceCounters install_dhcp_drop_flow
public static final DhcpServiceCounters install_dhcp_flow
public static final DhcpServiceCounters install_dhcp_table_miss_flow
public static final DhcpServiceCounters install_dhcp_table_miss_flow_for_external_table
public static final DhcpServiceCounters remove_dhcp_drop_flow
public static final DhcpServiceCounters remove_dhcp_flow
public static DhcpServiceCounters[] values()
for (DhcpServiceCounters c : DhcpServiceCounters.values()) System.out.println(c);
public static DhcpServiceCounters valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic void inc()
Copyright © 2019 OpenDaylight. All rights reserved.