org.ehcache.management
Interface StatisticQuery.Builder

All Superinterfaces:
QueryBuilder<StatisticQuery.Builder,StatisticQuery>
Enclosing interface:
StatisticQuery

public static interface StatisticQuery.Builder
extends QueryBuilder<StatisticQuery.Builder,StatisticQuery>


Method Summary
 StatisticQuery.Builder since(long unixTimestampMs)
          The query will only collect statistics computed since this time.
 
Methods inherited from interface org.ehcache.management.QueryBuilder
build, on, on
 

Method Detail

since

StatisticQuery.Builder since(long unixTimestampMs)
The query will only collect statistics computed since this time. This allows for example to filter out the list of returned values within some Statistic such as RateHistory

Parameters:
unixTimestampMs - The unix timestamp
Returns:
this builder