Class NoopStats.NoopStatsRecorder

  • Enclosing class:
    NoopStats

    @Immutable
    private static final class NoopStats.NoopStatsRecorder
    extends StatsRecorder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static StatsRecorder INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoopStatsRecorder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MeasureMap newMeasureMap()
      Returns an object for recording multiple measurements.
      • Methods inherited from class java.lang.Object

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

      • NoopStatsRecorder

        private NoopStatsRecorder()
    • Method Detail

      • newMeasureMap

        public MeasureMap newMeasureMap()
        Description copied from class: StatsRecorder
        Returns an object for recording multiple measurements.
        Specified by:
        newMeasureMap in class StatsRecorder
        Returns:
        an object for recording multiple measurements.