Uses of Interface
org.apache.jackrabbit.oak.segment.Revisions
Packages that use Revisions
Package
Description
-
Uses of Revisions in org.apache.jackrabbit.oak.backup
Methods in org.apache.jackrabbit.oak.backup with parameters of type RevisionsModifier and TypeMethodDescriptionvoid
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 RevisionsModifier and TypeMethodDescriptionvoid
FileStoreBackupImpl.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.segment
Methods in org.apache.jackrabbit.oak.segment with parameters of type RevisionsModifier and TypeMethodDescriptionstatic @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 RevisionsModifier and TypeClassDescriptionclass
class
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 -
Uses of Revisions in org.apache.jackrabbit.oak.segment.memory
Classes in org.apache.jackrabbit.oak.segment.memory that implement RevisionsModifier and TypeClassDescriptionclass
This is a simple in memoryRevisions
implementation.Methods in org.apache.jackrabbit.oak.segment.memory that return Revisions -
Uses of Revisions in org.apache.jackrabbit.oak.segment.scheduler
Methods in org.apache.jackrabbit.oak.segment.scheduler with parameters of type RevisionsModifier and TypeMethodDescriptionLockBasedScheduler.builder
(@NotNull Revisions revisions, @NotNull SegmentReader reader, @NotNull SegmentNodeStoreStats stats)