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