Package org.onosproject.cpman
Class ControlResource
- java.lang.Object
-
- org.onosproject.cpman.ControlResource
-
public final class ControlResource extends Object
A set of resource type used in control plane.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ControlResource.Type
Control resource type.
-
Field Summary
Fields Modifier and Type Field Description static Set<ControlMetricType>
CONTROL_MESSAGE_METRICS
static Set<ControlMetricType>
CPU_METRICS
static Set<ControlMetricType>
DISK_METRICS
static Set<ControlMetricType>
MEMORY_METRICS
static Set<ControlMetricType>
NETWORK_METRICS
-
-
-
Field Detail
-
CPU_METRICS
public static final Set<ControlMetricType> CPU_METRICS
-
MEMORY_METRICS
public static final Set<ControlMetricType> MEMORY_METRICS
-
DISK_METRICS
public static final Set<ControlMetricType> DISK_METRICS
-
NETWORK_METRICS
public static final Set<ControlMetricType> NETWORK_METRICS
-
CONTROL_MESSAGE_METRICS
public static final Set<ControlMetricType> CONTROL_MESSAGE_METRICS
-
-