Uses of Class
com.morpheusdata.model.health.ApplianceHealth
Packages that use ApplianceHealth
-
Uses of ApplianceHealth in com.morpheusdata.core.admin
Methods in com.morpheusdata.core.admin that return types with arguments of type ApplianceHealthModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ApplianceHealth>MorpheusApplianceHealthService.getHealth()Returns the most recently cached appliance health data (updated every 5 minutes).io.reactivex.rxjava3.core.Single<ApplianceHealth>MorpheusApplianceHealthService.getLiveHealth()Returns live appliance health data by querying all subsystems in real time (CPU, memory, storage, threads, database, RabbitMQ, Elasticsearch). -
Uses of ApplianceHealth in com.morpheusdata.core.synchronous.admin
Methods in com.morpheusdata.core.synchronous.admin that return ApplianceHealthModifier and TypeMethodDescriptionMorpheusSynchronousApplianceHealthService.getHealth()Returns the most recently cached appliance health data.MorpheusSynchronousApplianceHealthService.getLiveHealth()Returns live appliance health data by querying all subsystems in real time.