Uses of Class
com.google.common.util.concurrent.RecyclableRateLimiter
-
Packages that use RecyclableRateLimiter Package Description com.google.common.util.concurrent com.wavefront.agent com.wavefront.agent.handlers -
-
Uses of RecyclableRateLimiter in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return RecyclableRateLimiter Modifier and Type Method Description static RecyclableRateLimiter
RecyclableRateLimiter. create(double permitsPerSecond, double maxBurstSeconds)
-
Uses of RecyclableRateLimiter in com.wavefront.agent
Fields in com.wavefront.agent declared as RecyclableRateLimiter Modifier and Type Field Description protected RecyclableRateLimiter
AbstractAgent. pushRateLimiter
Constructors in com.wavefront.agent with parameters of type RecyclableRateLimiter Constructor Description PostPushDataTimedTask(String pushFormat, ForceQueueEnabledProxyAPI agentAPI, String logLevel, UUID daemonId, String handle, int threadId, RecyclableRateLimiter pushRateLimiter, long pushFlushInterval)
Deprecated.PostPushDataTimedTask(String pushFormat, ForceQueueEnabledProxyAPI agentAPI, UUID daemonId, String handle, int threadId, RecyclableRateLimiter pushRateLimiter, long pushFlushInterval)
Deprecated.QueuedAgentService(WavefrontV2API service, String bufferFile, int retryThreads, ScheduledExecutorService executorService, boolean purge, UUID agentId, boolean splitPushWhenRateLimited, RecyclableRateLimiter pushRateLimiter, String token)
-
Uses of RecyclableRateLimiter in com.wavefront.agent.handlers
Constructors in com.wavefront.agent.handlers with parameters of type RecyclableRateLimiter Constructor Description SenderTaskFactoryImpl(ForceQueueEnabledProxyAPI proxyAPI, UUID proxyId, RecyclableRateLimiter globalRateLimiter, AtomicInteger pushFlushInterval, AtomicInteger itemsPerBatch, AtomicInteger memoryBufferLimit)
Create new instance.
-