Uses of Class
org.apache.jackrabbit.oak.segment.SegmentNodeStoreStats
-
Packages that use SegmentNodeStoreStats Package Description org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.segment.scheduler -
-
Uses of SegmentNodeStoreStats in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return SegmentNodeStoreStats Modifier and Type Method Description SegmentNodeStoreStatsSegmentNodeStore. getStats() -
Uses of SegmentNodeStoreStats in org.apache.jackrabbit.oak.segment.scheduler
Methods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type SegmentNodeStoreStats Modifier and Type Method Description static LockBasedScheduler.LockBasedSchedulerBuilderLockBasedScheduler. builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentNodeStoreStats stats)
-