public static class AwsSegmentStoreMigrator.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AwsSegmentStoreMigrator |
build() |
AwsSegmentStoreMigrator.Builder |
setAppendMode() |
AwsSegmentStoreMigrator.Builder |
withRevisionCount(Integer revisionCount) |
AwsSegmentStoreMigrator.Builder |
withSource(AwsContext awsContext) |
AwsSegmentStoreMigrator.Builder |
withSource(File dir) |
AwsSegmentStoreMigrator.Builder |
withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source,
String sourceName) |
AwsSegmentStoreMigrator.Builder |
withTarget(AwsContext awsContext) |
AwsSegmentStoreMigrator.Builder |
withTarget(File dir) |
AwsSegmentStoreMigrator.Builder |
withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target,
String targetName) |
public AwsSegmentStoreMigrator.Builder withSource(File dir)
public AwsSegmentStoreMigrator.Builder withSource(AwsContext awsContext)
public AwsSegmentStoreMigrator.Builder withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, String sourceName)
public AwsSegmentStoreMigrator.Builder withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, String targetName)
public AwsSegmentStoreMigrator.Builder withTarget(File dir)
public AwsSegmentStoreMigrator.Builder withTarget(AwsContext awsContext)
public AwsSegmentStoreMigrator.Builder setAppendMode()
public AwsSegmentStoreMigrator.Builder withRevisionCount(Integer revisionCount)
public AwsSegmentStoreMigrator build()
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.