static AwsSegmentCopy.Builder |
AwsSegmentCopy.builder() |
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withDestination(String destination) |
The destination path/URI to an existing segment store.
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withDestPersistence(SegmentNodeStorePersistence destPersistence) |
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withErrWriter(PrintWriter errWriter) |
The text error stream writer used to print erroneous output.
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withOutWriter(PrintWriter outWriter) |
The text output stream writer used to print normal output.
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withRevisionsCount(Integer revisionsCount) |
The last revisionsCount revisions to be copied.
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withSource(String source) |
The source path/URI to an existing segment store.
|
AwsSegmentCopy.Builder |
AwsSegmentCopy.Builder.withSrcPersistencee(SegmentNodeStorePersistence srcPersistence) |
|