Uses of Class
org.apache.jackrabbit.oak.segment.tool.History.Builder
-
Packages that use History.Builder Package Description org.apache.jackrabbit.oak.segment.tool -
-
Uses of History.Builder in org.apache.jackrabbit.oak.segment.tool
Methods in org.apache.jackrabbit.oak.segment.tool that return History.Builder Modifier and Type Method Description static History.BuilderHistory. builder()Create a builder for theHistorycommand.History.BuilderHistory.Builder. withDepth(int depth)Maximum depth of the history.History.BuilderHistory.Builder. withJournal(File journal)The path to the journal.History.BuilderHistory.Builder. withNode(String node)A path to a node.History.BuilderHistory.Builder. withPath(File path)The path to an existing segment store.
-