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(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, String sourceName) withTarget(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix) withTarget(File dir) withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.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(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, String sourceName) -
withTargetPersistence
public SegmentStoreMigrator.Builder withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, String targetName) -
withTarget
-
withTarget
public SegmentStoreMigrator.Builder withTarget(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix) -
setAppendMode
-
withRevisionCount
-
build
-