Uses of Interface
org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence
-
-
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.aws
Classes in org.apache.jackrabbit.oak.segment.aws that implement SegmentNodeStorePersistence Modifier and Type Class Description classAwsPersistence -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool that return SegmentNodeStorePersistence Modifier and Type Method Description static SegmentNodeStorePersistenceAwsToolUtils. newSegmentNodeStorePersistence(AwsToolUtils.SegmentStoreType storeType, String pathOrUri)Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type SegmentNodeStorePersistence Modifier and Type Method Description static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval)static FileStoreAwsToolUtils. newFileStore(SegmentNodeStorePersistence persistence, File directory, boolean strictVersionCheck, int segmentCacheSize, long gcLogInterval, SegmentGCOptions.CompactorType compactorType, int gcConcurrency)AwsSegmentCopy.BuilderAwsSegmentCopy.Builder. withDestPersistence(SegmentNodeStorePersistence destPersistence)The destinationSegmentNodeStorePersistence.AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withSourcePersistence(SegmentNodeStorePersistence source, String sourceName)AwsSegmentCopy.BuilderAwsSegmentCopy.Builder. withSrcPersistencee(SegmentNodeStorePersistence srcPersistence)The destinationSegmentNodeStorePersistence.AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withTargetPersistence(SegmentNodeStorePersistence target, String targetName) -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.azure
Classes in org.apache.jackrabbit.oak.segment.azure that implement SegmentNodeStorePersistence Modifier and Type Class Description classAzurePersistence -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return SegmentNodeStorePersistence Modifier and Type Method Description static SegmentNodeStorePersistenceToolUtils. decorateWithCache(SegmentNodeStorePersistence persistence, String persistentCachePath, Integer persistentCacheSize)static SegmentNodeStorePersistenceToolUtils. newSegmentNodeStorePersistence(ToolUtils.SegmentStoreType storeType, String pathOrUri) -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.azure.v8
Classes in org.apache.jackrabbit.oak.segment.azure.v8 that implement SegmentNodeStorePersistence Modifier and Type Class Description classAzurePersistenceV8 -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.file
Methods in org.apache.jackrabbit.oak.segment.file with parameters of type SegmentNodeStorePersistence Modifier and Type Method Description FileStoreBuilderFileStoreBuilder. withCustomPersistence(SegmentNodeStorePersistence persistence)Constructors in org.apache.jackrabbit.oak.segment.file with parameters of type SegmentNodeStorePersistence Constructor Description ReadOnlyRevisions(@NotNull SegmentNodeStorePersistence persistence)TarRevisions(SegmentNodeStorePersistence persistence)Create a new instance placing the journal log file into the passeddirectory. -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.file.tar
Classes in org.apache.jackrabbit.oak.segment.file.tar that implement SegmentNodeStorePersistence Modifier and Type Class Description classTarPersistenceMethods in org.apache.jackrabbit.oak.segment.file.tar with parameters of type SegmentNodeStorePersistence Modifier and Type Method Description TarFiles.BuilderTarFiles.Builder. withPersistence(SegmentNodeStorePersistence persistence) -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Classes in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache that implement SegmentNodeStorePersistence Modifier and Type Class Description classCachingPersistenceConstructors in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache with parameters of type SegmentNodeStorePersistence Constructor Description CachingPersistence(PersistentCache persistentCache, SegmentNodeStorePersistence delegate) -
Uses of SegmentNodeStorePersistence in org.apache.jackrabbit.oak.segment.spi.persistence.split
Classes in org.apache.jackrabbit.oak.segment.spi.persistence.split that implement SegmentNodeStorePersistence Modifier and Type Class Description classSplitPersistenceConstructors in org.apache.jackrabbit.oak.segment.spi.persistence.split with parameters of type SegmentNodeStorePersistence Constructor Description SplitPersistence(SegmentNodeStorePersistence roPersistence, SegmentNodeStorePersistence rwPersistence)
-