ehcache

net.sf.ehcache.statistics.extended
Interface ExtendedStatistics.Latency

Enclosing interface:
ExtendedStatistics

public static interface ExtendedStatistics.Latency

The Interface Latency.


Method Summary
 ExtendedStatistics.Statistic<Double> average()
          Average.
 ExtendedStatistics.Statistic<Long> maximum()
          Maximum.
 ExtendedStatistics.Statistic<Long> minimum()
          Minimum.
 

Method Detail

minimum

ExtendedStatistics.Statistic<Long> minimum()
Minimum.

Returns:
the statistic

maximum

ExtendedStatistics.Statistic<Long> maximum()
Maximum.

Returns:
the statistic

average

ExtendedStatistics.Statistic<Double> average()
Average.

Returns:
the statistic

ehcache

Copyright 2001-2014, Terracotta, Inc.