public enum ControlMetricType extends Enum<ControlMetricType>
| Modifier and Type | Method and Description | 
|---|---|
static ControlMetricType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ControlMetricType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ControlMetricType INBOUND_PACKET
public static final ControlMetricType OUTBOUND_PACKET
public static final ControlMetricType FLOW_MOD_PACKET
public static final ControlMetricType FLOW_REMOVED_PACKET
public static final ControlMetricType REQUEST_PACKET
public static final ControlMetricType REPLY_PACKET
public static final ControlMetricType NUM_OF_CORES
public static final ControlMetricType NUM_OF_CPUS
public static final ControlMetricType CPU_SPEED
public static final ControlMetricType CPU_LOAD
public static final ControlMetricType TOTAL_CPU_TIME
public static final ControlMetricType SYS_CPU_TIME
public static final ControlMetricType USER_CPU_TIME
public static final ControlMetricType CPU_IDLE_TIME
public static final ControlMetricType MEMORY_USED_RATIO
public static final ControlMetricType MEMORY_FREE_RATIO
public static final ControlMetricType MEMORY_USED
public static final ControlMetricType MEMORY_FREE
public static final ControlMetricType MEMORY_TOTAL
public static final ControlMetricType DISK_READ_BYTES
public static final ControlMetricType DISK_WRITE_BYTES
public static final ControlMetricType NW_INCOMING_BYTES
public static final ControlMetricType NW_OUTGOING_BYTES
public static final ControlMetricType NW_INCOMING_PACKETS
public static final ControlMetricType NW_OUTGOING_PACKETS
public static ControlMetricType[] values()
for (ControlMetricType c : ControlMetricType.values()) System.out.println(c);
public static ControlMetricType 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 null