Uses of Interface
cn.boboweike.carrot.server.dashboard.DashboardNotification
-
Packages that use DashboardNotification Package Description cn.boboweike.carrot cn.boboweike.carrot.server.dashboard cn.boboweike.carrot.server.dashboard.mappers -
-
Uses of DashboardNotification in cn.boboweike.carrot
Classes in cn.boboweike.carrot that implement DashboardNotification Modifier and Type Class Description classSevereCarrotException -
Uses of DashboardNotification in cn.boboweike.carrot.server.dashboard
Classes in cn.boboweike.carrot.server.dashboard that implement DashboardNotification Modifier and Type Class Description classCpuAllocationIrregularityNotificationclassNewCarrotVersionNotificationMethods in cn.boboweike.carrot.server.dashboard with type parameters of type DashboardNotification Modifier and Type Method Description <T extends DashboardNotification>
TDashboardNotificationManager. getDashboardNotification(Class<T> notificationClass)Methods in cn.boboweike.carrot.server.dashboard with parameters of type DashboardNotification Modifier and Type Method Description voidDashboardNotificationManager. notify(DashboardNotification e)Method parameters in cn.boboweike.carrot.server.dashboard with type arguments of type DashboardNotification Modifier and Type Method Description voidDashboardNotificationManager. deleteNotification(Class<? extends DashboardNotification> notificationToDelete) -
Uses of DashboardNotification in cn.boboweike.carrot.server.dashboard.mappers
Classes in cn.boboweike.carrot.server.dashboard.mappers with type parameters of type DashboardNotification Modifier and Type Interface Description interfaceDashboardNotificationMapper<T extends DashboardNotification>Methods in cn.boboweike.carrot.server.dashboard.mappers with parameters of type DashboardNotification Modifier and Type Method Description default CarrotMetadataDashboardNotificationMapper. map(DashboardNotification notification)booleanCpuAllocationIrregularityNotificationMapper. supports(DashboardNotification notification)booleanDashboardNotificationMapper. supports(DashboardNotification notification)booleanNewCarrotVersionNotificationMapper. supports(DashboardNotification notification)booleanSevereCarrotExceptionNotificationMapper. supports(DashboardNotification exception)
-