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 serversClasses in com.wavefront.agent.handlers that implement Managed Modifier and Type Class Description class
TrafficShapingRateLimitAdjuster
Experimental: use automatic traffic shaping (set rate limiter based on recently received per second rates, heavily biased towards last 5 minutes) -
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.
-