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 classControlResource.TypeControl resource type. 
- 
Field Summary
Fields Modifier and Type Field Description static Set<ControlMetricType>CONTROL_MESSAGE_METRICSstatic Set<ControlMetricType>CPU_METRICSstatic Set<ControlMetricType>DISK_METRICSstatic Set<ControlMetricType>MEMORY_METRICSstatic 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
 
 - 
 
 -