org.terracotta.statistics.extended
Interface SampledStatistic<T extends Number>

All Known Implementing Classes:
RateImpl, SemiExpiringSampledStatistic

public interface SampledStatistic<T extends Number>

Author:
Ludovic Orban

Method Summary
 boolean active()
          Active.
 List<Timestamped<T>> history()
          History.
 T value()
          Value.
 

Method Detail

active

boolean active()
Active.

Returns:
true, if successful

value

T value()
Value.

Returns:
the t

history

List<Timestamped<T>> history()
History.

Returns:
the list


Copyright © 2015. All Rights Reserved.