Uses of Class
org.apache.jackrabbit.oak.segment.WriterCacheManager
-
Packages that use WriterCacheManager Package Description org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.segment.file -
-
Uses of WriterCacheManager in org.apache.jackrabbit.oak.segment
Subclasses of WriterCacheManager in org.apache.jackrabbit.oak.segment Modifier and Type Class Description static classWriterCacheManager.DefaultThis implementation ofWriterCacheManagerreturnsRecordCacheinstances for the string and template cache andCacheinstance for the node cache.static classWriterCacheManager.EmptyThis implementation ofWriterCacheManagerreturns empty caches of size 0.Fields in org.apache.jackrabbit.oak.segment declared as WriterCacheManager Modifier and Type Field Description static WriterCacheManagerWriterCacheManager.Empty. INSTANCESingleton instance ofWriterCacheManager.EmptyMethods in org.apache.jackrabbit.oak.segment that return WriterCacheManager Modifier and Type Method Description @NotNull WriterCacheManagerWriterCacheManager. withAccessTracking(@NotNull String name, @NotNull StatisticsProvider statisticsProvider)Enable access statistics for this cache.Methods in org.apache.jackrabbit.oak.segment with parameters of type WriterCacheManager Modifier and Type Method Description @NotNull DefaultSegmentWriterBuilderDefaultSegmentWriterBuilder. with(WriterCacheManager cacheManager)Specify thecacheManagerused by the returned writer.Constructors in org.apache.jackrabbit.oak.segment with parameters of type WriterCacheManager Constructor Description DefaultSegmentWriter(@NotNull SegmentStore store, @NotNull SegmentReader reader, @NotNull SegmentIdProvider idProvider, @Nullable BlobStore blobStore, @NotNull WriterCacheManager cacheManager, @NotNull org.apache.jackrabbit.oak.segment.WriteOperationHandler writeOperationHandler, int binariesInlineThreshold)Create a new instance of aSegmentWriter. -
Uses of WriterCacheManager in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file that return WriterCacheManager Modifier and Type Method Description @NotNull WriterCacheManagerFileStoreBuilder. getCacheManager()
-