Uses of Class
com.morpheusdata.model.health.ApplianceHealthRabbitQueue
Packages that use ApplianceHealthRabbitQueue
-
Uses of ApplianceHealthRabbitQueue in com.morpheusdata.model.health
Fields in com.morpheusdata.model.health with type parameters of type ApplianceHealthRabbitQueueModifier and TypeFieldDescriptionprotected List<ApplianceHealthRabbitQueue>ApplianceHealthRabbitStats.busyQueuesprotected List<ApplianceHealthRabbitQueue>ApplianceHealthRabbitStats.errorQueuesprotected List<ApplianceHealthRabbitQueue>ApplianceHealthRabbitStats.queuesMethods in com.morpheusdata.model.health that return types with arguments of type ApplianceHealthRabbitQueueModifier and TypeMethodDescriptionApplianceHealthRabbitStats.getBusyQueues()ApplianceHealthRabbitStats.getErrorQueues()ApplianceHealthRabbitStats.getQueues()Method parameters in com.morpheusdata.model.health with type arguments of type ApplianceHealthRabbitQueueModifier and TypeMethodDescriptionvoidApplianceHealthRabbitStats.setBusyQueues(List<ApplianceHealthRabbitQueue> busyQueues) voidApplianceHealthRabbitStats.setErrorQueues(List<ApplianceHealthRabbitQueue> errorQueues) voidApplianceHealthRabbitStats.setQueues(List<ApplianceHealthRabbitQueue> queues)