Package com.wavefront.agent
Class PostPushDataTimedTask
- java.lang.Object
-
- com.wavefront.agent.PostPushDataTimedTask
-
- All Implemented Interfaces:
Runnable
@Deprecated public class PostPushDataTimedTask extends Object implements Runnable
Deprecated.- Author:
- Andrew Kao ([email protected])
-
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddBlockedSample(String blockedSample)Deprecated.voidaddPoint(String metricString)Deprecated.voidaddPoints(List<String> metricStrings)Deprecated.voiddrainBuffersToQueue()Deprecated.voidenforceBufferLimits()Deprecated.longgetAttemptedPoints()Deprecated.intgetBlockedSampleSize()Deprecated.UUIDgetDaemonId()Deprecated.booleangetFlushingToQueueFlag()Deprecated.longgetNumApiCalls()Deprecated.longgetNumPointsQueued()Deprecated.longgetNumPointsToSend()Deprecated.voidincrementBlockedPoints()Deprecated.voidrun()Deprecated.voidshutdown()Deprecated.Shut down the scheduler for this task (prevent future scheduled runs)
-
-
-
Constructor Detail
-
PostPushDataTimedTask
@Deprecated public PostPushDataTimedTask(String pushFormat, ForceQueueEnabledProxyAPI agentAPI, String logLevel, UUID daemonId, String handle, int threadId, com.google.common.util.concurrent.RecyclableRateLimiter pushRateLimiter, long pushFlushInterval)
Deprecated.
-
PostPushDataTimedTask
public PostPushDataTimedTask(String pushFormat, ForceQueueEnabledProxyAPI agentAPI, UUID daemonId, String handle, int threadId, com.google.common.util.concurrent.RecyclableRateLimiter pushRateLimiter, long pushFlushInterval)
Deprecated.
-
-
Method Detail
-
addPoint
public void addPoint(String metricString)
Deprecated.
-
getBlockedSampleSize
public int getBlockedSampleSize()
Deprecated.
-
addBlockedSample
public void addBlockedSample(String blockedSample)
Deprecated.
-
incrementBlockedPoints
public void incrementBlockedPoints()
Deprecated.
-
getAttemptedPoints
public long getAttemptedPoints()
Deprecated.
-
getNumPointsQueued
public long getNumPointsQueued()
Deprecated.
-
getNumPointsToSend
public long getNumPointsToSend()
Deprecated.
-
getFlushingToQueueFlag
public boolean getFlushingToQueueFlag()
Deprecated.
-
getNumApiCalls
public long getNumApiCalls()
Deprecated.
-
getDaemonId
public UUID getDaemonId()
Deprecated.
-
shutdown
public void shutdown()
Deprecated.Shut down the scheduler for this task (prevent future scheduled runs)
-
enforceBufferLimits
public void enforceBufferLimits()
Deprecated.
-
drainBuffersToQueue
public void drainBuffersToQueue()
Deprecated.
-
-