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