Class CpuAllocationIrregularityProblem
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.ui.model.problems.Problem
-
- cn.boboweike.carrot.dashboard.ui.model.problems.CpuAllocationIrregularityProblem
-
public class CpuAllocationIrregularityProblem extends Problem
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROBLEM_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedCpuAllocationIrregularityProblem(List<CarrotMetadata> cpuAllocationIrregularityMetadataSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<CarrotMetadata>getCpuAllocationIrregularityMetadataSet()
-
-
-
Field Detail
-
PROBLEM_TYPE
public static final String PROBLEM_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CpuAllocationIrregularityProblem
protected CpuAllocationIrregularityProblem(List<CarrotMetadata> cpuAllocationIrregularityMetadataSet)
-
-
Method Detail
-
getCpuAllocationIrregularityMetadataSet
public ArrayList<CarrotMetadata> getCpuAllocationIrregularityMetadataSet()
-
-