Package ch.qos.logback.access.filter
Class StatsByWeek
- java.lang.Object
-
- ch.qos.logback.access.filter.PeriodicStats
-
- ch.qos.logback.access.filter.StatsByWeek
-
public class StatsByWeek extends PeriodicStats
-
-
Constructor Summary
Constructors Constructor Description StatsByWeek()
StatsByWeek(long now)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
computeStartOfNextPeriod(long now)
-
Methods inherited from class ch.qos.logback.access.filter.PeriodicStats
getAverage, getLastCount, reset, reset, update
-
-
-
-
Method Detail
-
computeStartOfNextPeriod
long computeStartOfNextPeriod(long now)
- Specified by:
computeStartOfNextPeriod
in classPeriodicStats
-
-