Uses of Interface
org.apache.jackrabbit.oak.segment.Revisions
-
-
Uses of Revisions in org.apache.jackrabbit.oak.backup
Methods in org.apache.jackrabbit.oak.backup with parameters of type Revisions Modifier and Type Method Description voidFileStoreBackup. backup(SegmentReader reader, Revisions revisions, File destination) -
Uses of Revisions in org.apache.jackrabbit.oak.backup.impl
Methods in org.apache.jackrabbit.oak.backup.impl with parameters of type Revisions 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 Revisions Constructor Description FileStoreBackupRestoreImpl(@NotNull SegmentNodeStore store, @NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull File file, @NotNull Executor executor) -
Uses of Revisions in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment with parameters of type Revisions Modifier and Type Method Description static @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.file
Classes in org.apache.jackrabbit.oak.segment.file that implement Revisions Modifier and Type Class Description classReadOnlyRevisionsclassTarRevisionsThis 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 Modifier and Type Method Description abstract RevisionsAbstractFileStore. getRevisions() -
Uses of Revisions in org.apache.jackrabbit.oak.segment.memory
Classes in org.apache.jackrabbit.oak.segment.memory that implement Revisions Modifier and Type Class Description classMemoryStoreRevisionsThis is a simple in memoryRevisionsimplementation.Methods in org.apache.jackrabbit.oak.segment.memory that return Revisions Modifier and Type Method Description @NotNull RevisionsMemoryStore. getRevisions() -
Uses of Revisions in org.apache.jackrabbit.oak.segment.scheduler
Methods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type Revisions Modifier and Type Method Description static LockBasedScheduler.LockBasedSchedulerBuilderLockBasedScheduler. builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentNodeStoreStats stats)
-