public static class SegmentStoreMigrator.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SegmentStoreMigrator |
build() |
SegmentStoreMigrator.Builder |
setAppendMode() |
SegmentStoreMigrator.Builder |
withRevisionCount(Integer revisionCount) |
SegmentStoreMigrator.Builder |
withSource(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) |
SegmentStoreMigrator.Builder |
withSource(File dir) |
SegmentStoreMigrator.Builder |
withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source,
String sourceName) |
SegmentStoreMigrator.Builder |
withTarget(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) |
SegmentStoreMigrator.Builder |
withTarget(File dir) |
SegmentStoreMigrator.Builder |
withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target,
String targetName) |
public SegmentStoreMigrator.Builder withSource(File dir)
public SegmentStoreMigrator.Builder withSource(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) throws URISyntaxException, com.microsoft.azure.storage.StorageException
URISyntaxExceptioncom.microsoft.azure.storage.StorageExceptionpublic SegmentStoreMigrator.Builder withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, String sourceName)
public SegmentStoreMigrator.Builder withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, String targetName)
public SegmentStoreMigrator.Builder withTarget(File dir)
public SegmentStoreMigrator.Builder withTarget(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) throws URISyntaxException, com.microsoft.azure.storage.StorageException
URISyntaxExceptioncom.microsoft.azure.storage.StorageExceptionpublic SegmentStoreMigrator.Builder setAppendMode()
public SegmentStoreMigrator.Builder withRevisionCount(Integer revisionCount)
public SegmentStoreMigrator build()
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.