Uses of Class
org.apache.jackrabbit.oak.segment.file.tooling.ConsistencyChecker.ConsistencyCheckResult
-
Packages that use ConsistencyChecker.ConsistencyCheckResult Package Description org.apache.jackrabbit.oak.segment.file.tooling -
-
Uses of ConsistencyChecker.ConsistencyCheckResult in org.apache.jackrabbit.oak.segment.file.tooling
Methods in org.apache.jackrabbit.oak.segment.file.tooling that return ConsistencyChecker.ConsistencyCheckResult 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)
-