public class StatsValues extends Object
Modifier and Type | Field and Description |
---|---|
static long |
failedMatchCount |
static long |
failedRequestCount |
static Map<String,Interval> |
formatDurations |
static Map<String,Interval> |
formatSizes |
static long |
requestCount |
static Interval |
totalRenderSize |
static Interval |
totalRenderTime |
static long |
totalSelectCacheHits |
static Interval |
totalSelectionTime |
static Interval |
totalSelectQuerySize |
static Interval |
totalStylesheetCompileTime |
static long |
totalTime |
static long |
totalViewCacheHits |
static Interval |
totalViewQuerySize |
static Interval |
totalViewTime |
Constructor and Description |
---|
StatsValues() |
Modifier and Type | Method and Description |
---|---|
static void |
accumulate(Times t)
Accumulate more statistics information from the given Times
object.
|
static void |
endpointException() |
static void |
endpointNoMatch()
Record an occurence of a non-matched URI.
|
static void |
updateFormatDependentValues(Map<String,Interval> x,
String format,
long duration) |
static void |
updateFormatDurations(String format,
long duration) |
static void |
updateFormatSizes(String format,
long size) |
public static long failedMatchCount
public static long requestCount
public static long failedRequestCount
public static long totalViewCacheHits
public static long totalSelectCacheHits
public static long totalTime
public static Interval totalSelectionTime
public static Interval totalViewTime
public static Interval totalRenderTime
public static Interval totalRenderSize
public static Interval totalSelectQuerySize
public static Interval totalViewQuerySize
public static Interval totalStylesheetCompileTime
public static void endpointNoMatch()
public static void endpointException()
public static void accumulate(Times t)
public static void updateFormatDependentValues(Map<String,Interval> x, String format, long duration)
public static void updateFormatDurations(String format, long duration)
public static void updateFormatSizes(String format, long size)
Copyright © 2014. All Rights Reserved.