Uses of Interface
org.apache.jackrabbit.api.stats.RepositoryStatistics
-
Packages that use RepositoryStatistics Package Description org.apache.jackrabbit.oak.plugins.metric org.apache.jackrabbit.oak.segment.spi.monitor org.apache.jackrabbit.oak.stats -
-
Uses of RepositoryStatistics in org.apache.jackrabbit.oak.plugins.metric
Methods in org.apache.jackrabbit.oak.plugins.metric that return RepositoryStatistics Modifier and Type Method Description RepositoryStatisticsMetricStatisticsProvider. getStats() -
Uses of RepositoryStatistics in org.apache.jackrabbit.oak.segment.spi.monitor
Methods in org.apache.jackrabbit.oak.segment.spi.monitor that return RepositoryStatistics Modifier and Type Method Description RepositoryStatisticsRoleStatisticsProvider. getStats() -
Uses of RepositoryStatistics in org.apache.jackrabbit.oak.stats
Methods in org.apache.jackrabbit.oak.stats that return RepositoryStatistics Modifier and Type Method Description RepositoryStatisticsDefaultStatisticsProvider. getStats()RepositoryStatisticsStatisticsProvider. getStats()Constructors in org.apache.jackrabbit.oak.stats with parameters of type RepositoryStatistics Constructor Description RepositoryStats(RepositoryStatistics repoStats, TimeSeries maxQueueLength)
-