Package org.apache.jackrabbit.api.stats
Interface RepositoryStatistics
-
- All Known Implementing Classes:
RepositoryStatisticsImpl
public interface RepositoryStatistics
Statistics on core repository operations
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RepositoryStatistics.Type
The 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 TimeSeries
getTimeSeries(java.lang.String type, boolean resetValueEachSecond)
TimeSeries
getTimeSeries(RepositoryStatistics.Type type)
-
-
-
Method Detail
-
getTimeSeries
TimeSeries getTimeSeries(RepositoryStatistics.Type type)
-
getTimeSeries
TimeSeries getTimeSeries(java.lang.String type, boolean resetValueEachSecond)
-
-