| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.tool |
| Modifier and Type | Method and Description |
|---|---|
static Check.Builder |
Check.builder()
Create a builder for the
Check command. |
Check.Builder |
Check.Builder.withDebugInterval(long debugInterval)
Number of seconds between successive debug print statements.
|
Check.Builder |
Check.Builder.withFullTraversal(boolean fullTraversal)
Should a full traversal of the segment store be performed? This
parameter is not required and defaults to
false. |
Check.Builder |
Check.Builder.withJournal(String journal)
The path to the journal of the segment store.
|
Check.Builder |
Check.Builder.withMinimumBinaryLength(long minimumBinaryLength)
Minimum amount of bytes to read from binary properties.
|
Check.Builder |
Check.Builder.withPath(File path)
The path to an existing segment store.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.