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.Type
RepositoryStatistics.Type. getType(String type)
static RepositoryStatistics.Type
RepositoryStatistics.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 TimeSeries
RepositoryStatistics. 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 CounterStats
SessionContext. getCount(RepositoryStatistics.Type type)
@NotNull MeterStats
SessionContext. getMeter(RepositoryStatistics.Type type)
@NotNull TimerStats
SessionContext. 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 MeterStats
StatisticManager. getMeter(RepositoryStatistics.Type type)
CounterStats
StatisticManager. getStatsCounter(RepositoryStatistics.Type type)
TimerStats
StatisticManager. getTimer(RepositoryStatistics.Type type)
-