Uses of Interface
com.wavefront.common.Managed
-
Packages that use Managed Package Description com.wavefront.agent.handlers com.wavefront.agent.queueing -
-
Uses of Managed in com.wavefront.agent.handlers
Subinterfaces of Managed in com.wavefront.agent.handlers Modifier and Type Interface Description interface
SenderTask<T>
Batch and ship valid items to Wavefront servers -
Uses of Managed in com.wavefront.agent.queueing
Classes in com.wavefront.agent.queueing that implement Managed Modifier and Type Class Description class
QueueController<T extends DataSubmissionTask<T>>
A queue controller (one per entity/port).class
QueueProcessor<T extends DataSubmissionTask<T>>
A thread responsible for processing the backlog from a single task queue.
-