Uses of Class
org.apache.jackrabbit.oak.segment.azure.tool.SegmentStoreMigrator.Builder
-
Packages that use SegmentStoreMigrator.Builder Package Description org.apache.jackrabbit.oak.segment.azure.tool -
-
Uses of SegmentStoreMigrator.Builder in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return SegmentStoreMigrator.Builder Modifier and Type Method Description SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. setAppendMode()SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withRevisionCount(Integer revisionCount)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withSource(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withSource(File dir)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withSourcePersistence(SegmentNodeStorePersistence source, String sourceName)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withTarget(com.azure.storage.blob.BlobContainerClient blobContainerClient, String rootPrefix)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withTarget(File dir)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withTargetPersistence(SegmentNodeStorePersistence target, String targetName)
-