Class CpuAllocationIrregularityNotificationMapper
- java.lang.Object
-
- cn.boboweike.carrot.server.dashboard.mappers.CpuAllocationIrregularityNotificationMapper
-
- All Implemented Interfaces:
DashboardNotificationMapper<CpuAllocationIrregularityNotification>
public class CpuAllocationIrregularityNotificationMapper extends Object implements DashboardNotificationMapper<CpuAllocationIrregularityNotification>
-
-
Constructor Summary
Constructors Constructor Description CpuAllocationIrregularityNotificationMapper(UUID backgroundTaskServerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CarrotMetadatamapToMetadata(CpuAllocationIrregularityNotification notification)booleansupports(DashboardNotification notification)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.boboweike.carrot.server.dashboard.mappers.DashboardNotificationMapper
map
-
-
-
-
Constructor Detail
-
CpuAllocationIrregularityNotificationMapper
public CpuAllocationIrregularityNotificationMapper(UUID backgroundTaskServerId)
-
-
Method Detail
-
supports
public boolean supports(DashboardNotification notification)
- Specified by:
supportsin interfaceDashboardNotificationMapper<CpuAllocationIrregularityNotification>
-
mapToMetadata
public CarrotMetadata mapToMetadata(CpuAllocationIrregularityNotification notification)
- Specified by:
mapToMetadatain interfaceDashboardNotificationMapper<CpuAllocationIrregularityNotification>
-
-