Uses of Class
org.apache.jackrabbit.oak.segment.file.ReadOnlyFileStore
-
-
Uses of ReadOnlyFileStore in org.apache.jackrabbit.oak.explorer
Fields in org.apache.jackrabbit.oak.explorer declared as ReadOnlyFileStore Modifier and Type Field Description protected ReadOnlyFileStoreAbstractSegmentTarExplorerBackend. store -
Uses of ReadOnlyFileStore in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment with parameters of type ReadOnlyFileStore Modifier and Type Method Description @NotNull DefaultSegmentWriterDefaultSegmentWriterBuilder. build(@NotNull ReadOnlyFileStore store)Build aSegmentWriterfor aReadOnlyFileStore.static @NotNull SegmentNodeStore.SegmentNodeStoreBuilderSegmentNodeStoreBuilders. builder(@NotNull ReadOnlyFileStore store)Create aSegmentNodeStoreBuilderbased on aReadOnlyFileStore@. -
Uses of ReadOnlyFileStore in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file that return ReadOnlyFileStore Modifier and Type Method Description @NotNull ReadOnlyFileStoreFileStoreBuilder. buildReadOnly()Create a newReadOnlyFileStoreinstance with the settings specified in this builder. -
Uses of ReadOnlyFileStore in org.apache.jackrabbit.oak.segment.file.tooling
Methods in org.apache.jackrabbit.oak.segment.file.tooling with parameters of type ReadOnlyFileStore Modifier and Type Method Description ConsistencyChecker.ConsistencyCheckResultConsistencyChecker. checkConsistency(ReadOnlyFileStore store, Iterator<JournalEntry> journal, boolean head, Set<String> checkpoints, Set<String> paths, boolean binaries, Integer revisionsCount)ConsistencyChecker.ConsistencyCheckResultConsistencyChecker. checkConsistency(ReadOnlyFileStore store, Iterator<JournalEntry> journal, boolean head, Set<String> checkpoints, Set<String> paths, boolean binaries, Integer revisionsCount, boolean failFast) -
Uses of ReadOnlyFileStore in org.apache.jackrabbit.oak.segment.tool
Methods in org.apache.jackrabbit.oak.segment.tool with parameters of type ReadOnlyFileStore Modifier and Type Method Description Diff.BuilderDiff.Builder. withReadOnlyFileStore(ReadOnlyFileStore store)The read-only filestore at path -
Uses of ReadOnlyFileStore in org.apache.jackrabbit.oak.segment.tool.check
Methods in org.apache.jackrabbit.oak.segment.tool.check with parameters of type ReadOnlyFileStore Modifier and Type Method Description intCheckHelper. run(ReadOnlyFileStore store, JournalReader journal)
-