Uses of Class
com.wavefront.agent.data.TaskQueueLevel
-
Packages that use TaskQueueLevel Package Description com.wavefront.agent com.wavefront.agent.data -
-
Uses of TaskQueueLevel in com.wavefront.agent
Methods in com.wavefront.agent that return TaskQueueLevel Modifier and Type Method Description TaskQueueLevel
ProxyConfig.TaskQueueLevelConverter. convert(String value)
TaskQueueLevel
ProxyConfig. getTaskQueueLevel()
-
Uses of TaskQueueLevel in com.wavefront.agent.data
Methods in com.wavefront.agent.data that return TaskQueueLevel Modifier and Type Method Description static TaskQueueLevel
TaskQueueLevel. fromString(String name)
TaskQueueLevel
EntityProperties. getTaskQueueLevel()
Get current queueing behavior - defines conditions that trigger queueing.static TaskQueueLevel
TaskQueueLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskQueueLevel[]
TaskQueueLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.wavefront.agent.data with parameters of type TaskQueueLevel Modifier and Type Method Description boolean
TaskQueueLevel. isLessThan(TaskQueueLevel other)
-