Uses of Class
org.apache.jackrabbit.oak.segment.aws.tool.AwsSegmentCopy.Builder
Packages that use AwsSegmentCopy.Builder
-
Uses of AwsSegmentCopy.Builder in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool that return AwsSegmentCopy.BuilderModifier and TypeMethodDescriptionstatic AwsSegmentCopy.Builder
AwsSegmentCopy.builder()
Create a builder for theAwsSegmentCopy
command.AwsSegmentCopy.Builder.withDestination
(String destination) The destination path/URI to an existing segment store.AwsSegmentCopy.Builder.withDestPersistence
(SegmentNodeStorePersistence destPersistence) The destinationSegmentNodeStorePersistence
.AwsSegmentCopy.Builder.withErrWriter
(PrintWriter errWriter) The text error stream writer used to print erroneous output.AwsSegmentCopy.Builder.withOutWriter
(PrintWriter outWriter) The text output stream writer used to print normal output.AwsSegmentCopy.Builder.withRevisionsCount
(Integer revisionsCount) The lastrevisionsCount
revisions to be copied.AwsSegmentCopy.Builder.withSource
(String source) The source path/URI to an existing segment store.AwsSegmentCopy.Builder.withSrcPersistencee
(SegmentNodeStorePersistence srcPersistence) The destinationSegmentNodeStorePersistence
.Constructors in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type AwsSegmentCopy.Builder