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 ReadOnlyFileStore
AbstractSegmentTarExplorerBackend. 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 DefaultSegmentWriter
DefaultSegmentWriterBuilder. build(@NotNull ReadOnlyFileStore store)
Build aSegmentWriter
for aReadOnlyFileStore
.static @NotNull SegmentNodeStore.SegmentNodeStoreBuilder
SegmentNodeStoreBuilders. builder(@NotNull ReadOnlyFileStore store)
Create aSegmentNodeStoreBuilder
based 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 ReadOnlyFileStore
FileStoreBuilder. buildReadOnly()
Create a newReadOnlyFileStore
instance 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.ConsistencyCheckResult
ConsistencyChecker. checkConsistency(ReadOnlyFileStore store, Iterator<JournalEntry> journal, boolean head, Set<String> checkpoints, Set<String> paths, boolean binaries, Integer revisionsCount)
ConsistencyChecker.ConsistencyCheckResult
ConsistencyChecker. 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.Builder
Diff.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 int
CheckHelper. run(ReadOnlyFileStore store, JournalReader journal)
-