static Check.Builder |
Check.builder() |
Create a builder for the Check command.
|
Check.Builder |
Check.Builder.withCheckBinaries(boolean checkBinaries) |
Instruct the command to scan the full content of binary properties.
|
Check.Builder |
Check.Builder.withCheckHead(boolean checkHead) |
Instruct the command to check head state.
|
Check.Builder |
Check.Builder.withCheckpoints(Set<String> checkpoints) |
Instruct the command to check specified checkpoints.
|
Check.Builder |
Check.Builder.withDebugInterval(long debugInterval) |
Number of seconds between successive debug print statements.
|
Check.Builder |
Check.Builder.withErrWriter(PrintWriter errWriter) |
The text error stream writer used to print erroneous output.
|
Check.Builder |
Check.Builder.withFailFast(boolean failFast) |
Instruct the command to fail fast if the first path/revision checked
is inconsistent.
|
Check.Builder |
Check.Builder.withFilterPaths(Set<String> filterPaths) |
Content paths to be checked.
|
Check.Builder |
Check.Builder.withIOStatistics(boolean ioStatistics) |
Instruct the command to print statistics about I/O operations
performed during the check.
|
Check.Builder |
Check.Builder.withJournal(File journal) |
The path to the journal of the segment store.
|
Check.Builder |
Check.Builder.withMmap(boolean mmap) |
Whether to use memory mapped access or file access.
|
Check.Builder |
Check.Builder.withOutWriter(PrintWriter outWriter) |
The text output stream writer used to print normal output.
|
Check.Builder |
Check.Builder.withPath(File path) |
The path to an existing segment store.
|
Check.Builder |
Check.Builder.withRepositoryStatistics(Check.RepositoryStatistics repoStatistics) |
Attach a repository statistics instance to collect info on nodes
and properties checked on head.
|
Check.Builder |
Check.Builder.withRevisionsCount(Integer revisionsCount) |
Instruct the command to check only the last revisionsCount revisions.
|