ehcache

net.sf.ehcache.statistics.extended
Interface ExtendedStatistics.Statistic<T extends Number>

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

public static interface ExtendedStatistics.Statistic<T extends Number>

The Interface Statistic.


Method Summary
 boolean active()
          Active.
 List<org.terracotta.statistics.archive.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<org.terracotta.statistics.archive.Timestamped<T>> history()
History.

Returns:
the list

ehcache

Copyright 2001-2015, Terracotta, Inc.