Package org.apache.jackrabbit.oak.stats
Class StatsOptions
- java.lang.Object
 - 
- org.apache.jackrabbit.oak.stats.StatsOptions
 
 
- 
public final class StatsOptions extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StatsOptionsDEFAULTDefault mode where both TimeSeries data and other statistical data would be collectedstatic StatsOptionsMETRICS_ONLYIn this mode only statistical data would be collected.static StatsOptionsTIME_SERIES_ONLYIn this mode only TimeSeries data would be collected. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMetricsEnabled()booleanisOnlyMetricEnabled()booleanisOnlyTimeSeriesEnabled()booleanisTimeSeriesEnabled() 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
public static final StatsOptions DEFAULT
Default mode where both TimeSeries data and other statistical data would be collected 
- 
TIME_SERIES_ONLY
public static final StatsOptions TIME_SERIES_ONLY
In this mode only TimeSeries data would be collected. 
- 
METRICS_ONLY
public static final StatsOptions METRICS_ONLY
In this mode only statistical data would be collected. 
 - 
 
 -