Uses of Interface
org.apache.jackrabbit.oak.segment.SegmentReader
-
-
Uses of SegmentReader in org.apache.jackrabbit.oak.backup
Methods in org.apache.jackrabbit.oak.backup with parameters of type SegmentReader Modifier and Type Method Description voidFileStoreBackup. backup(SegmentReader reader, Revisions revisions, File destination) -
Uses of SegmentReader in org.apache.jackrabbit.oak.backup.impl
Methods in org.apache.jackrabbit.oak.backup.impl with parameters of type SegmentReader Modifier and Type Method Description voidFileStoreBackupImpl. backup(@NotNull SegmentReader reader, @NotNull Revisions revisions, @NotNull File destination)Constructors in org.apache.jackrabbit.oak.backup.impl with parameters of type SegmentReader Constructor Description FileStoreBackupRestoreImpl(@NotNull SegmentNodeStore store, @NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull File file, @NotNull Executor executor) -
Uses of SegmentReader in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement SegmentReader Modifier and Type Class Description classCachingSegmentReaderThisSegmentReaderimplementation implements caching for strings and templates.Methods in org.apache.jackrabbit.oak.segment with parameters of type SegmentReader Modifier and Type Method Description static @NotNull SegmentNodeStore.SegmentNodeStoreBuilderSegmentNodeStore. builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentWriter writer, @Nullable BlobStore blobStore)Constructors in org.apache.jackrabbit.oak.segment with parameters of type SegmentReader 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.RecordUsageAnalyser(@NotNull SegmentReader reader)SegmentNodeState(@NotNull SegmentReader reader, @NotNull SegmentWriter writer, @Nullable BlobStore blobStore, @NotNull RecordId id)SegmentNodeState(@NotNull SegmentReader reader, @NotNull SegmentWriter writer, @Nullable BlobStore blobStore, @NotNull RecordId id, MeterStats readStats)SegmentParser(@NotNull SegmentReader reader) -
Uses of SegmentReader in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file that return SegmentReader Modifier and Type Method Description @NotNull SegmentReaderAbstractFileStore. getReader()Constructors in org.apache.jackrabbit.oak.segment.file with parameters of type SegmentReader Constructor Description CompactionWriter(@NotNull SegmentReader reader, @Nullable BlobStore blobStore, @NotNull GCIncrement gcIncrement, @NotNull SegmentWriterFactory segmentWriterFactory)CompactionWriter(@NotNull SegmentReader reader, @Nullable BlobStore blobStore, @NotNull GCGeneration generation, @NotNull SegmentWriter segmentWriter) -
Uses of SegmentReader in org.apache.jackrabbit.oak.segment.memory
Methods in org.apache.jackrabbit.oak.segment.memory that return SegmentReader Modifier and Type Method Description @NotNull SegmentReaderMemoryStore. getReader() -
Uses of SegmentReader in org.apache.jackrabbit.oak.segment.scheduler
Methods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type SegmentReader Modifier and Type Method Description static LockBasedScheduler.LockBasedSchedulerBuilderLockBasedScheduler. builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentNodeStoreStats stats)
-