Uses of Class
org.apache.jackrabbit.oak.segment.aws.tool.AwsSegmentStoreMigrator.Builder
-
Packages that use AwsSegmentStoreMigrator.Builder Package Description org.apache.jackrabbit.oak.segment.aws.tool -
-
Uses of AwsSegmentStoreMigrator.Builder in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool that return AwsSegmentStoreMigrator.Builder Modifier and Type Method Description AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. setAppendMode()AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withRevisionCount(java.lang.Integer revisionCount)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withSource(java.io.File dir)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withSource(AwsContext awsContext)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withSourcePersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence source, java.lang.String sourceName)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withTarget(java.io.File dir)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withTarget(AwsContext awsContext)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withTargetPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence target, java.lang.String targetName)
-