Class History
java.lang.Object
org.apache.jackrabbit.oak.segment.tool.History
Prints the revision history of an existing segment store. Optionally, it can
narrow to the output to the history of a single node.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic History.Builder
builder()
Create a builder for theHistory
command.int
run()
-
Method Details
-
builder
Create a builder for theHistory
command.- Returns:
- an instance of
History.Builder
.
-
run
public int run()
-