Class RegexStatisticsFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String measurePointId, int elementCount, long elapsedTime, java.util.concurrent.TimeUnit timeUnit)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegexStatisticsFilter

        public RegexStatisticsFilter​(java.lang.String regex)
      • RegexStatisticsFilter

        public RegexStatisticsFilter​(java.lang.String regex,
                                     int flags)
    • Method Detail

      • accept

        public boolean accept​(java.lang.String measurePointId,
                              int elementCount,
                              long elapsedTime,
                              java.util.concurrent.TimeUnit timeUnit)
        Specified by:
        accept in interface LoggingStatisticCollector.Filter