Package org.apache.jackrabbit.api.stats
Interface RepositoryStatistics
-
- All Known Implementing Classes:
RepositoryStatisticsImpl
public interface RepositoryStatisticsStatistics on core repository operations
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRepositoryStatistics.TypeThe values of this enum determine the type of the time series returned bygetTimeSeries(Type)and linkgetTimeSeries(String, boolean).
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeSeriesgetTimeSeries(java.lang.String type, boolean resetValueEachSecond)TimeSeriesgetTimeSeries(RepositoryStatistics.Type type)
-
-
-
Method Detail
-
getTimeSeries
TimeSeries getTimeSeries(RepositoryStatistics.Type type)
-
getTimeSeries
TimeSeries getTimeSeries(java.lang.String type, boolean resetValueEachSecond)
-
-