Interface IConcurrentCollector

    • Method Detail

      • isQueueEmpty

        boolean isQueueEmpty()
        Returns:
        true if the queue is empty, false otherwise.
      • getQueueLength

        @Nonnegative
        int getQueueLength()
        Returns:
        The number of objects currently in the queue.
      • isStopped

        boolean isStopped()
        Check if this collector is already stopped.
        Returns:
        true if the collector is stopped, false otherwise.