Class DebugStore.Builder
java.lang.Object
org.apache.jackrabbit.oak.segment.tool.DebugStore.Builder
- Enclosing class:
- DebugStore
Collect options for the
DebugStore
command.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create an executable version of theDebugStore
command.The path to an existing segment store.
-
Method Details
-
withPath
The path to an existing segment store. This parameter is required.- Parameters:
path
- the path to an existing segment store.- Returns:
- this builder.
-
build
Create an executable version of theDebugStore
command.- Returns:
- an instance of
Runnable
.
-