static SegmentCopy.Builder |
SegmentCopy.builder() |
|
SegmentCopy.Builder |
SegmentCopy.Builder.withAppendMode(Boolean appendMode) |
If enabled, existing segments will be skipped instead of
overwritten in the copy process.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withDestination(String destination) |
The destination path/URI to an existing segment store.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withDestPersistence(SegmentNodeStorePersistence destPersistence) |
|
SegmentCopy.Builder |
SegmentCopy.Builder.withErrWriter(PrintWriter errWriter) |
The text error stream writer used to print erroneous output.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withFlat(Boolean flat) |
If enabled, the segments hierarchy will be copied without any
TAR archive being created, in a flat hierarchy.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withMaxSizeGb(Integer maxSizeGb) |
Parameter for configuring the maximum size of the segment store transfer
|
SegmentCopy.Builder |
SegmentCopy.Builder.withOutWriter(PrintWriter outWriter) |
The text output stream writer used to print normal output.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withRevisionsCount(Integer revisionsCount) |
The last revisionsCount revisions to be copied.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withSource(String source) |
The source path/URI to an existing segment store.
|
SegmentCopy.Builder |
SegmentCopy.Builder.withSrcPersistencee(SegmentNodeStorePersistence srcPersistence) |
|