Interface Count

All Known Subinterfaces:
DeltaCount, DeltaCounter, GCount, GCounter, PNCount, PNCounter
All Known Implementing Classes:
StateBasedGCounter, StateBasedPNCounter, StateBasedPNDeltaCounter

public interface Count
A read-only result of a counter. The value may or may not change depending upon how the value was obtained.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get()
    Get the current value.
  • Method Details

    • get

      long get()
      Get the current value.
      Returns:
      the current value