Class DocumentStoreCheck.Builder
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.check.DocumentStoreCheck.Builder
-
- Enclosing class:
- DocumentStoreCheck
public static class DocumentStoreCheck.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder(DocumentNodeStore ns, DocumentStore store, org.apache.jackrabbit.guava.common.io.Closer closer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentStoreCheck
build()
DocumentStoreCheck.Builder
isSilent(boolean enable)
DocumentStoreCheck.Builder
withBaseVersion(boolean enable)
DocumentStoreCheck.Builder
withConsistency(boolean enable)
DocumentStoreCheck.Builder
withCounter(boolean enable)
DocumentStoreCheck.Builder
withNumThreads(int numThreads)
DocumentStoreCheck.Builder
withOrphan(boolean enable)
DocumentStoreCheck.Builder
withOutput(String outputFilePath)
DocumentStoreCheck.Builder
withPaths(List<String> paths)
DocumentStoreCheck.Builder
withPredecessors(boolean enable)
DocumentStoreCheck.Builder
withProgress(boolean enable)
DocumentStoreCheck.Builder
withSuccessors(boolean enable)
DocumentStoreCheck.Builder
withSummary(boolean enable)
DocumentStoreCheck.Builder
withUuid(boolean enable)
DocumentStoreCheck.Builder
withVersionHistory(boolean enable)
-
-
-
Constructor Detail
-
Builder
public Builder(DocumentNodeStore ns, DocumentStore store, org.apache.jackrabbit.guava.common.io.Closer closer)
-
-
Method Detail
-
withProgress
public DocumentStoreCheck.Builder withProgress(boolean enable)
-
isSilent
public DocumentStoreCheck.Builder isSilent(boolean enable)
-
withSummary
public DocumentStoreCheck.Builder withSummary(boolean enable)
-
withCounter
public DocumentStoreCheck.Builder withCounter(boolean enable)
-
withNumThreads
public DocumentStoreCheck.Builder withNumThreads(int numThreads)
-
withOutput
public DocumentStoreCheck.Builder withOutput(String outputFilePath)
-
withOrphan
public DocumentStoreCheck.Builder withOrphan(boolean enable)
-
withBaseVersion
public DocumentStoreCheck.Builder withBaseVersion(boolean enable)
-
withVersionHistory
public DocumentStoreCheck.Builder withVersionHistory(boolean enable)
-
withPredecessors
public DocumentStoreCheck.Builder withPredecessors(boolean enable)
-
withSuccessors
public DocumentStoreCheck.Builder withSuccessors(boolean enable)
-
withUuid
public DocumentStoreCheck.Builder withUuid(boolean enable)
-
withConsistency
public DocumentStoreCheck.Builder withConsistency(boolean enable)
-
withPaths
public DocumentStoreCheck.Builder withPaths(List<String> paths)
-
build
public DocumentStoreCheck build()
-
-