Interface LongMetric

All Superinterfaces:
LongConsumer
All Known Implementing Classes:
LongCounterLog2HistogramMetric, LongCounterMetric

public interface LongMetric extends LongConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    accept(long v)
     
    void
    sample(long v)
     

    Methods inherited from interface java.util.function.LongConsumer

    andThen
  • Method Details

    • sample

      void sample(long v)
    • accept

      default void accept(long v)
      Specified by:
      accept in interface LongConsumer