public static class SegmentStoreMigrator.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SegmentStoreMigrator |
build() |
SegmentStoreMigrator.Builder |
setAppendMode() |
SegmentStoreMigrator.Builder |
withRevisionCount(java.lang.Integer revisionCount) |
SegmentStoreMigrator.Builder |
withSource(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) |
SegmentStoreMigrator.Builder |
withSource(java.io.File dir) |
SegmentStoreMigrator.Builder |
withSourcePersistence(SegmentNodeStorePersistence source,
java.lang.String sourceName) |
SegmentStoreMigrator.Builder |
withTarget(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) |
SegmentStoreMigrator.Builder |
withTarget(java.io.File dir) |
SegmentStoreMigrator.Builder |
withTargetPersistence(SegmentNodeStorePersistence target,
java.lang.String targetName) |
public SegmentStoreMigrator.Builder withSource(java.io.File dir)
public SegmentStoreMigrator.Builder withSource(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) throws java.net.URISyntaxException, com.microsoft.azure.storage.StorageException
java.net.URISyntaxException
com.microsoft.azure.storage.StorageException
public SegmentStoreMigrator.Builder withSourcePersistence(SegmentNodeStorePersistence source, java.lang.String sourceName)
public SegmentStoreMigrator.Builder withTargetPersistence(SegmentNodeStorePersistence target, java.lang.String targetName)
public SegmentStoreMigrator.Builder withTarget(java.io.File dir)
public SegmentStoreMigrator.Builder withTarget(com.microsoft.azure.storage.blob.CloudBlobDirectory dir) throws java.net.URISyntaxException, com.microsoft.azure.storage.StorageException
java.net.URISyntaxException
com.microsoft.azure.storage.StorageException
public SegmentStoreMigrator.Builder setAppendMode()
public SegmentStoreMigrator.Builder withRevisionCount(java.lang.Integer revisionCount)
public SegmentStoreMigrator build()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.