Uses of Class
com.wavefront.agent.queueing.QueueController
-
Packages that use QueueController Package Description com.wavefront.agent.queueing -
-
Uses of QueueController in com.wavefront.agent.queueing
Methods in com.wavefront.agent.queueing that return QueueController Modifier and Type Method Description <T extends DataSubmissionTask<T>>
QueueController<T>QueueingFactory. getQueueController(HandlerKey handlerKey, int numThreads)
Create a newQueueController
instance for the specified handler key.<T extends DataSubmissionTask<T>>
QueueController<T>QueueingFactoryImpl. getQueueController(HandlerKey handlerKey, int numThreads)
-