Uses of Class
org.apache.jackrabbit.oak.segment.azure.tool.AzureCheck.Builder
Packages that use AzureCheck.Builder
-
Uses of AzureCheck.Builder in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return AzureCheck.BuilderModifier and TypeMethodDescriptionstatic AzureCheck.BuilderAzureCheck.builder()Create a builder for theCheckcommand.AzureCheck.Builder.withBlobContainerClient(com.azure.storage.blob.BlobContainerClient blobContainerClient) The Azure blob directory to connect to.AzureCheck.Builder.withCheckBinaries(boolean checkBinaries) Instruct the command to scan the full content of binary properties.AzureCheck.Builder.withCheckHead(boolean checkHead) Instruct the command to check head state.AzureCheck.Builder.withCheckpoints(Set<String> checkpoints) Instruct the command to check specified checkpoints.AzureCheck.Builder.withDebugInterval(long debugInterval) Number of seconds between successive debug print statements.AzureCheck.Builder.withErrWriter(PrintWriter errWriter) The text error stream writer used to print erroneous output.AzureCheck.Builder.withFailFast(boolean failFast) Instruct the command to fail fast if the first path/revision checked is inconsistent.AzureCheck.Builder.withFilterPaths(Set<String> filterPaths) Content paths to be checked.AzureCheck.Builder.withIOStatistics(boolean ioStatistics) Instruct the command to print statistics about I/O operations performed during the check.AzureCheck.Builder.withJournal(String journal) The path to the journal of the segment store.AzureCheck.Builder.withOutWriter(PrintWriter outWriter) The text output stream writer used to print normal output.The path to an existing segment store.AzureCheck.Builder.withPersistentCachePath(String persistentCachePath) The path where segments in the persistent cache will be stored.AzureCheck.Builder.withPersistentCacheSizeGb(Integer persistentCacheSizeGb) The maximum size in GB of the persistent disk cache.AzureCheck.Builder.withRepositoryStatistics(org.apache.jackrabbit.oak.segment.tool.Check.RepositoryStatistics repoStatistics) Attach a repository statistics instance to collect info on nodes and properties checked on head.AzureCheck.Builder.withRevisionsCount(Integer revisionsCount) Instruct the command to check only the lastrevisionsCountrevisions.AzureCheck.Builder.withRootPrefix(String rootPrefix) The root prefix to an existing segment store.