Class AwsSegmentStoreMigrator.Builder
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.aws.tool.AwsSegmentStoreMigrator.Builder
-
- Enclosing class:
- AwsSegmentStoreMigrator
public static class AwsSegmentStoreMigrator.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsSegmentStoreMigratorbuild()AwsSegmentStoreMigrator.BuildersetAppendMode()AwsSegmentStoreMigrator.BuilderwithRevisionCount(java.lang.Integer revisionCount)AwsSegmentStoreMigrator.BuilderwithSource(java.io.File dir)AwsSegmentStoreMigrator.BuilderwithSource(AwsContext awsContext)AwsSegmentStoreMigrator.BuilderwithSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, java.lang.String sourceName)AwsSegmentStoreMigrator.BuilderwithTarget(java.io.File dir)AwsSegmentStoreMigrator.BuilderwithTarget(AwsContext awsContext)AwsSegmentStoreMigrator.BuilderwithTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, java.lang.String targetName)
-
-
-
Method Detail
-
withSource
public AwsSegmentStoreMigrator.Builder withSource(java.io.File dir)
-
withSource
public AwsSegmentStoreMigrator.Builder withSource(AwsContext awsContext)
-
withSourcePersistence
public AwsSegmentStoreMigrator.Builder withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, java.lang.String sourceName)
-
withTargetPersistence
public AwsSegmentStoreMigrator.Builder withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, java.lang.String targetName)
-
withTarget
public AwsSegmentStoreMigrator.Builder withTarget(java.io.File dir)
-
withTarget
public AwsSegmentStoreMigrator.Builder withTarget(AwsContext awsContext)
-
setAppendMode
public AwsSegmentStoreMigrator.Builder setAppendMode()
-
withRevisionCount
public AwsSegmentStoreMigrator.Builder withRevisionCount(java.lang.Integer revisionCount)
-
build
public AwsSegmentStoreMigrator build()
-
-