Uses of Interface
org.apache.jackrabbit.oak.segment.spi.persistence.ManifestFile
-
-
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.aws
Classes in org.apache.jackrabbit.oak.segment.aws that implement ManifestFile Modifier and Type Class Description class
AwsManifestFile
Methods in org.apache.jackrabbit.oak.segment.aws that return ManifestFile Modifier and Type Method Description ManifestFile
AwsPersistence. getManifestFile()
-
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.azure
Classes in org.apache.jackrabbit.oak.segment.azure that implement ManifestFile Modifier and Type Class Description class
AzureManifestFile
Methods in org.apache.jackrabbit.oak.segment.azure that return ManifestFile Modifier and Type Method Description ManifestFile
AzurePersistence. getManifestFile()
-
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.file
Classes in org.apache.jackrabbit.oak.segment.file that implement ManifestFile Modifier and Type Class Description class
LocalManifestFile
Methods in org.apache.jackrabbit.oak.segment.file with parameters of type ManifestFile Modifier and Type Method Description static ManifestChecker
ManifestChecker. newManifestChecker(ManifestFile file, boolean shouldExist, int minStoreVersion, int maxStoreVersion)
-
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.file.tar
Methods in org.apache.jackrabbit.oak.segment.file.tar that return ManifestFile Modifier and Type Method Description ManifestFile
TarPersistence. getManifestFile()
-
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.spi.persistence
Methods in org.apache.jackrabbit.oak.segment.spi.persistence that return ManifestFile Modifier and Type Method Description ManifestFile
SegmentNodeStorePersistence. getManifestFile()
Create theManifestFile
. -
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache that return ManifestFile Modifier and Type Method Description ManifestFile
CachingPersistence. getManifestFile()
-
Uses of ManifestFile in org.apache.jackrabbit.oak.segment.spi.persistence.split
Methods in org.apache.jackrabbit.oak.segment.spi.persistence.split that return ManifestFile Modifier and Type Method Description ManifestFile
SplitPersistence. getManifestFile()
-