ehcache

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

Enclosing interface:
ExtendedStatistics

public static interface ExtendedStatistics.Result

The Interface Result.


Method Summary
 ExtendedStatistics.Statistic<Long> count()
          Count.
 ExtendedStatistics.Latency latency()
          Latency.
 ExtendedStatistics.Statistic<Double> rate()
          Rate.
 

Method Detail

count

ExtendedStatistics.Statistic<Long> count()
Count.

Returns:
the statistic

rate

ExtendedStatistics.Statistic<Double> rate()
Rate.

Returns:
the statistic

latency

ExtendedStatistics.Latency latency()
Latency.

Returns:
the latency

ehcache

Copyright 2001-2016, Terracotta, Inc.