Uses of Class
org.apache.jackrabbit.api.stats.RepositoryStatistics.Type
-
Packages that use RepositoryStatistics.Type Package Description org.apache.jackrabbit.api.stats Jackrabbit repository statisticsorg.apache.jackrabbit.oak.jcr.session org.apache.jackrabbit.oak.stats -
-
Uses of RepositoryStatistics.Type in org.apache.jackrabbit.api.stats
Methods in org.apache.jackrabbit.api.stats that return RepositoryStatistics.Type Modifier and Type Method Description static RepositoryStatistics.TypeRepositoryStatistics.Type. getType(String type)static RepositoryStatistics.TypeRepositoryStatistics.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryStatistics.Type[]RepositoryStatistics.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.api.stats with parameters of type RepositoryStatistics.Type Modifier and Type Method Description TimeSeriesRepositoryStatistics. getTimeSeries(RepositoryStatistics.Type type) -
Uses of RepositoryStatistics.Type in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session with parameters of type RepositoryStatistics.Type Modifier and Type Method Description @NotNull CounterStatsSessionContext. getCount(RepositoryStatistics.Type type)@NotNull MeterStatsSessionContext. getMeter(RepositoryStatistics.Type type)@NotNull TimerStatsSessionContext. getTimer(RepositoryStatistics.Type type) -
Uses of RepositoryStatistics.Type in org.apache.jackrabbit.oak.stats
Methods in org.apache.jackrabbit.oak.stats with parameters of type RepositoryStatistics.Type Modifier and Type Method Description MeterStatsStatisticManager. getMeter(RepositoryStatistics.Type type)CounterStatsStatisticManager. getStatsCounter(RepositoryStatistics.Type type)TimerStatsStatisticManager. getTimer(RepositoryStatistics.Type type)
-