Uses of Interface
com.wavefront.agent.queueing.QueueingFactory
-
Packages that use QueueingFactory Package Description com.wavefront.agent com.wavefront.agent.handlers com.wavefront.agent.queueing -
-
Uses of QueueingFactory in com.wavefront.agent
Fields in com.wavefront.agent declared as QueueingFactory Modifier and Type Field Description protected QueueingFactory
PushAgent. queueingFactory
-
Uses of QueueingFactory in com.wavefront.agent.handlers
Constructors in com.wavefront.agent.handlers with parameters of type QueueingFactory Constructor Description SenderTaskFactoryImpl(APIContainer apiContainer, UUID proxyId, TaskQueueFactory taskQueueFactory, QueueingFactory queueingFactory, EntityPropertiesFactory entityPropsFactory)
Create new instance. -
Uses of QueueingFactory in com.wavefront.agent.queueing
Classes in com.wavefront.agent.queueing that implement QueueingFactory Modifier and Type Class Description class
QueueingFactoryImpl
A caching implementation ofQueueingFactory
.
-