Class CpuAllocationIrregularityProblemHandler
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.ui.model.problems.CpuAllocationIrregularityProblemHandler
-
- All Implemented Interfaces:
ProblemHandler,MetadataChangeListener,StorageProviderChangeListener
public class CpuAllocationIrregularityProblemHandler extends Object implements MetadataChangeListener, ProblemHandler
-
-
Constructor Summary
Constructors Constructor Description CpuAllocationIrregularityProblemHandler(Problems problems, PartitionedStorageProvider storageProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddismiss()StringlistenForChangesOfMetadataName()voidonChange(List<CarrotMetadata> metadataList)
-
-
-
Constructor Detail
-
CpuAllocationIrregularityProblemHandler
public CpuAllocationIrregularityProblemHandler(Problems problems, PartitionedStorageProvider storageProvider)
-
-
Method Detail
-
dismiss
public void dismiss()
- Specified by:
dismissin interfaceProblemHandler
-
listenForChangesOfMetadataName
public String listenForChangesOfMetadataName()
- Specified by:
listenForChangesOfMetadataNamein interfaceMetadataChangeListener
-
onChange
public void onChange(List<CarrotMetadata> metadataList)
- Specified by:
onChangein interfaceMetadataChangeListener
-
-