Interface ExtendedStatistics.Statistic<T extends java.lang.Number>

  • Type Parameters:
    T - the generic type
    All Known Implementing Classes:
    RateImpl, SemiExpiringStatistic
    Enclosing interface:
    ExtendedStatistics

    public static interface ExtendedStatistics.Statistic<T extends java.lang.Number>
    The Interface Statistic.
    • Method Detail

      • active

        boolean active()
        Active.
        Returns:
        true, if successful
      • value

        T value()
        Value.
        Returns:
        the t
      • history

        java.util.List<org.terracotta.statistics.archive.Timestamped<T>> history()
        History.
        Returns:
        the list