ehcache

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

Enclosing interface:
ExtendedStatistics

public static interface ExtendedStatistics.Latency

The Latency interface. Provides min/max/average.


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

Method Detail

minimum

ExtendedStatistics.Statistic<Long> minimum()
Minimum latency observed.

Returns:
Minimum observed latency. NULL if no operation was observed.

maximum

ExtendedStatistics.Statistic<Long> maximum()
Maximum latency observed.

Returns:
Maximum observed latency. NULL if no operation was observed.

average

ExtendedStatistics.Statistic<Double> average()
Average observed latency.

Returns:
Average observed latency. NULL if no operation was observed.

ehcache

Copyright 2001-2015, Terracotta, Inc.