Uses of Class
org.apache.jackrabbit.oak.segment.file.InvalidFileStoreVersionException
-
-
Uses of InvalidFileStoreVersionException in org.apache.jackrabbit.oak.backup
Methods in org.apache.jackrabbit.oak.backup that throw InvalidFileStoreVersionException Modifier and Type Method Description voidFileStoreBackup. backup(SegmentReader reader, Revisions revisions, File destination)voidFileStoreRestore. restore(File source, File destination) -
Uses of InvalidFileStoreVersionException in org.apache.jackrabbit.oak.backup.impl
Methods in org.apache.jackrabbit.oak.backup.impl that throw InvalidFileStoreVersionException Modifier and Type Method Description voidFileStoreBackupImpl. backup(@NotNull SegmentReader reader, @NotNull Revisions revisions, @NotNull File destination)voidFileStoreRestoreImpl. restore(File source, File destination) -
Uses of InvalidFileStoreVersionException in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool that throw InvalidFileStoreVersionException Modifier and Type Method Description static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval)static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency) -
Uses of InvalidFileStoreVersionException in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that throw InvalidFileStoreVersionException Modifier and Type Method Description static FileStoreToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType)static FileStoreToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency) -
Uses of InvalidFileStoreVersionException in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file that throw InvalidFileStoreVersionException Modifier and Type Method Description @NotNull FileStoreFileStoreBuilder. build()Create a newFileStoreinstance with the settings specified in this builder.@NotNull ReadOnlyFileStoreFileStoreBuilder. buildReadOnly()Create a newReadOnlyFileStoreinstance with the settings specified in this builder.voidManifestChecker. checkManifest() -
Uses of InvalidFileStoreVersionException in org.apache.jackrabbit.oak.segment.file.tooling
Constructors in org.apache.jackrabbit.oak.segment.file.tooling that throw InvalidFileStoreVersionException Constructor Description RevisionHistory(@NotNull File directory)Create a new instance for aReadOnlyFileStorein the givendirectory.
-