Uses of Interface
com.wavefront.agent.api.ForceQueueEnabledProxyAPI
-
Packages that use ForceQueueEnabledProxyAPI Package Description com.wavefront.agent com.wavefront.agent.handlers -
-
Uses of ForceQueueEnabledProxyAPI in com.wavefront.agent
Classes in com.wavefront.agent that implement ForceQueueEnabledProxyAPI Modifier and Type Class Description class
QueuedAgentService
A wrapper for any WavefrontAPI that queues up any result posting if the backend is not available.Constructors in com.wavefront.agent with parameters of type ForceQueueEnabledProxyAPI Constructor Description PostPushDataTimedTask(String pushFormat, ForceQueueEnabledProxyAPI agentAPI, String logLevel, UUID daemonId, String handle, int threadId, com.google.common.util.concurrent.RecyclableRateLimiter pushRateLimiter, long pushFlushInterval)
Deprecated.PostPushDataTimedTask(String pushFormat, ForceQueueEnabledProxyAPI agentAPI, UUID daemonId, String handle, int threadId, com.google.common.util.concurrent.RecyclableRateLimiter pushRateLimiter, long pushFlushInterval)
Deprecated. -
Uses of ForceQueueEnabledProxyAPI in com.wavefront.agent.handlers
Constructors in com.wavefront.agent.handlers with parameters of type ForceQueueEnabledProxyAPI Constructor Description SenderTaskFactoryImpl(ForceQueueEnabledProxyAPI proxyAPI, UUID proxyId, com.google.common.util.concurrent.RecyclableRateLimiter globalRateLimiter, AtomicInteger pushFlushInterval, AtomicInteger itemsPerBatch, AtomicInteger memoryBufferLimit)
Create new instance.
-