Uses of Interface
org.apache.jackrabbit.oak.segment.Revisions
Packages that use Revisions
Package
Description
- 
Uses of Revisions in org.apache.jackrabbit.oak.backupMethods in org.apache.jackrabbit.oak.backup with parameters of type RevisionsModifier and TypeMethodDescriptionvoidFileStoreBackup.backup(SegmentReader reader, Revisions revisions, File destination) 
- 
Uses of Revisions in org.apache.jackrabbit.oak.backup.implMethods in org.apache.jackrabbit.oak.backup.impl with parameters of type RevisionsModifier and TypeMethodDescriptionvoidFileStoreBackupImpl.backup(@NotNull SegmentReader reader, @NotNull Revisions revisions, @NotNull File destination) Constructors in org.apache.jackrabbit.oak.backup.impl with parameters of type RevisionsModifierConstructorDescriptionFileStoreBackupRestoreImpl(@NotNull SegmentNodeStore store, @NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull File file, @NotNull Executor executor) 
- 
Uses of Revisions in org.apache.jackrabbit.oak.segmentMethods in org.apache.jackrabbit.oak.segment with parameters of type RevisionsModifier and TypeMethodDescriptionstatic @NotNull SegmentNodeStore.SegmentNodeStoreBuilderSegmentNodeStore.builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentWriter writer, @Nullable BlobStore blobStore) @NotNull SegmentNodeStateCachingSegmentReader.readHeadState(@NotNull Revisions revisions) @NotNull SegmentNodeStateSegmentReader.readHeadState(@NotNull Revisions revisions) Read the current head state based on the head ofrevisions
- 
Uses of Revisions in org.apache.jackrabbit.oak.segment.fileClasses in org.apache.jackrabbit.oak.segment.file that implement RevisionsModifier and TypeClassDescriptionclassclassThis implementation ofRevisionsis backed by ajournalfile where the current head is persisted by callingTarRevisions.tryFlush(Flusher).Methods in org.apache.jackrabbit.oak.segment.file that return Revisions
- 
Uses of Revisions in org.apache.jackrabbit.oak.segment.memoryClasses in org.apache.jackrabbit.oak.segment.memory that implement RevisionsModifier and TypeClassDescriptionclassThis is a simple in memoryRevisionsimplementation.Methods in org.apache.jackrabbit.oak.segment.memory that return Revisions
- 
Uses of Revisions in org.apache.jackrabbit.oak.segment.schedulerMethods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type RevisionsModifier and TypeMethodDescriptionLockBasedScheduler.builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentNodeStoreStats stats)