| Modifier and Type | Method and Description |
|---|---|
Runnable |
build()
Create an executable version of the
History command. |
History.Builder |
withDepth(int depth)
Maximum depth of the history.
|
History.Builder |
withJournal(File journal)
The path to the journal.
|
History.Builder |
withNode(String node)
A path to a node.
|
History.Builder |
withPath(File path)
The path to an existing segment store.
|
public History.Builder withPath(File path)
path - the path to an existing segment store.public History.Builder withJournal(File journal)
journal - the path to the journal.public History.Builder withNode(String node)
node - a path to a node.public History.Builder withDepth(int depth)
depth - the depth of the subtree.Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.