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 void
addBlockedSample(String blockedSample)
Deprecated.void
addPoint(String metricString)
Deprecated.void
addPoints(List<String> metricStrings)
Deprecated.void
drainBuffersToQueue()
Deprecated.void
enforceBufferLimits()
Deprecated.long
getAttemptedPoints()
Deprecated.int
getBlockedSampleSize()
Deprecated.UUID
getDaemonId()
Deprecated.boolean
getFlushingToQueueFlag()
Deprecated.long
getNumApiCalls()
Deprecated.long
getNumPointsQueued()
Deprecated.long
getNumPointsToSend()
Deprecated.void
incrementBlockedPoints()
Deprecated.void
run()
Deprecated.void
shutdown()
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.
-
-