Class SegmentStoreMigrator.Builder
java.lang.Object
org.apache.jackrabbit.oak.segment.azure.tool.SegmentStoreMigrator.Builder
- Enclosing class:
- SegmentStoreMigrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withRevisionCount
(Integer revisionCount) withSource
(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix) withSource
(File dir) withSourcePersistence
(SegmentNodeStorePersistence source, String sourceName) withTarget
(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix) withTarget
(File dir) withTargetPersistence
(SegmentNodeStorePersistence target, String targetName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSource
-
withSource
public SegmentStoreMigrator.Builder withSource(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix) -
withSourcePersistence
public SegmentStoreMigrator.Builder withSourcePersistence(SegmentNodeStorePersistence source, String sourceName) -
withTargetPersistence
public SegmentStoreMigrator.Builder withTargetPersistence(SegmentNodeStorePersistence target, String targetName) -
withTarget
-
withTarget
public SegmentStoreMigrator.Builder withTarget(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix) -
setAppendMode
-
withRevisionCount
-
build
-