Uses of Class
org.apache.jackrabbit.oak.plugins.document.VersionGCSupport
-
Packages that use VersionGCSupport Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of VersionGCSupport in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return VersionGCSupport Modifier and Type Method Description VersionGCSupportDocumentNodeStoreBuilder. createVersionGCSupport()Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type VersionGCSupport Modifier and Type Method Description static VersionGarbageCollectorDocumentNodeStoreHelper. createVersionGC(DocumentNodeStore nodeStore, VersionGCSupport gcSupport, boolean isFullGCDryRun, DocumentNodeStoreBuilder<?> builder) -
Uses of VersionGCSupport in org.apache.jackrabbit.oak.plugins.document.mongo
Subclasses of VersionGCSupport in org.apache.jackrabbit.oak.plugins.document.mongo Modifier and Type Class Description classMongoVersionGCSupportMongo specific version of VersionGCSupport which uses mongo queries to fetch required NodeDocumentsMethods in org.apache.jackrabbit.oak.plugins.document.mongo that return VersionGCSupport Modifier and Type Method Description VersionGCSupportMongoDocumentNodeStoreBuilderBase. createVersionGCSupport() -
Uses of VersionGCSupport in org.apache.jackrabbit.oak.plugins.document.rdb
Subclasses of VersionGCSupport in org.apache.jackrabbit.oak.plugins.document.rdb Modifier and Type Class Description classRDBVersionGCSupportRDB specific version ofVersionGCSupportwhich uses an extended query interface to fetch requiredNodeDocuments.Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return VersionGCSupport Modifier and Type Method Description VersionGCSupportRDBDocumentNodeStoreBuilder. createVersionGCSupport()
-