Class FlushStatistics

    • Constructor Detail

      • FlushStatistics

        public FlushStatistics()
    • Method Detail

      • reset

        protected void reset()
        Reset this flush instance.
      • getElapsedMilliseconds

        public long getElapsedMilliseconds()
        Retrieved the elapsed time for the flush.
      • getQueueSize

        public long getQueueSize()
        Retrieve the number of elements processed by the latest flush.
      • wasRecreated

        public boolean wasRecreated()
      • getStarted

        public Date getStarted()
        Get the start time.
      • getFinished

        public Date getFinished()
      • setStarted

        public void setStarted​(Date started)
      • setFinished

        public void setFinished​(Date finished)
      • setQueueSize

        public void setQueueSize​(long queueSize)
      • setRecreated

        public void setRecreated​(boolean recreated)