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 void
FileStoreBackup. 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 void
FileStoreBackupImpl. 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.SegmentNodeStoreBuilder
SegmentNodeStore. builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentWriter writer, @Nullable BlobStore blobStore)
@NotNull SegmentNodeState
CachingSegmentReader. readHeadState(@NotNull Revisions revisions)
@NotNull SegmentNodeState
SegmentReader. 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 class
ReadOnlyRevisions
class
TarRevisions
This implementation ofRevisions
is backed by ajournal
file 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 Revisions
AbstractFileStore. 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 class
MemoryStoreRevisions
This is a simple in memoryRevisions
implementation.Methods in org.apache.jackrabbit.oak.segment.memory that return Revisions Modifier and Type Method Description @NotNull Revisions
MemoryStore. 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.LockBasedSchedulerBuilder
LockBasedScheduler. builder(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentNodeStoreStats stats)
-