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