Class PostPushDataTimedTask

    • 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.
      • addPoints

        public void addPoints​(List<String> metricStrings)
        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.
      • run

        public void run()
        Deprecated.
        Specified by:
        run in interface Runnable
      • 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.