Uses of Interface
org.apache.jackrabbit.oak.plugins.document.ThrottlingStatsCollector
-
Packages that use ThrottlingStatsCollector Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.util -
-
Uses of ThrottlingStatsCollector in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement ThrottlingStatsCollector Modifier and Type Class Description classThrottlingStatsCollectorImplThrottling statistics helper class.Methods in org.apache.jackrabbit.oak.plugins.document that return ThrottlingStatsCollector Modifier and Type Method Description @NotNull ThrottlingStatsCollectorDocumentNodeStoreBuilder. getThrottlingStatsCollector()Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type ThrottlingStatsCollector Modifier and Type Method Description TDocumentNodeStoreBuilder. setThrottlingStatsCollector(@NotNull ThrottlingStatsCollector throttlingStatsCollector) -
Uses of ThrottlingStatsCollector in org.apache.jackrabbit.oak.plugins.document.util
Constructors in org.apache.jackrabbit.oak.plugins.document.util with parameters of type ThrottlingStatsCollector Constructor Description ThrottlingDocumentStoreWrapper(@NotNull DocumentStore store, @NotNull ThrottlingStatsCollector throttlingStatsCollector)
-