Interface LongAdderWithDelegateMetric.Delegate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void add​(long x)
      Called when the parent metric's add method is called.
      void decrement()
      Called when the parent metric's decrement method is called.
      void increment()
      Called when the parent metric's increment method is called.
    • Method Detail

      • increment

        void increment()
        Called when the parent metric's increment method is called.
      • decrement

        void decrement()
        Called when the parent metric's decrement method is called.
      • add

        void add​(long x)
        Called when the parent metric's add method is called.