Class AwsSegmentStoreMigrator.Builder
java.lang.Object
org.apache.jackrabbit.oak.segment.aws.tool.AwsSegmentStoreMigrator.Builder
- Enclosing class:
- AwsSegmentStoreMigrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withRevisionCount
(Integer revisionCount) withSource
(File dir) withSource
(AwsContext awsContext) withSourcePersistence
(SegmentNodeStorePersistence source, String sourceName) withTarget
(File dir) withTarget
(AwsContext awsContext) withTargetPersistence
(SegmentNodeStorePersistence target, String targetName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSource
-
withSource
-
withSourcePersistence
public AwsSegmentStoreMigrator.Builder withSourcePersistence(SegmentNodeStorePersistence source, String sourceName) -
withTargetPersistence
public AwsSegmentStoreMigrator.Builder withTargetPersistence(SegmentNodeStorePersistence target, String targetName) -
withTarget
-
withTarget
-
setAppendMode
-
withRevisionCount
-
build
-