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.microsoft.azure.storage.blob.CloudBlobDirectory dir)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withSource(File dir)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, String sourceName)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withTarget(com.microsoft.azure.storage.blob.CloudBlobDirectory dir)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withTarget(File dir)SegmentStoreMigrator.BuilderSegmentStoreMigrator.Builder. withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, String targetName)
-