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