Uses of Class
org.apache.jackrabbit.oak.plugins.document.NodeDocument.SplitDocType
-
Packages that use NodeDocument.SplitDocType 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 NodeDocument.SplitDocType in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return NodeDocument.SplitDocType Modifier and Type Method Description NodeDocument.SplitDocTypeNodeDocument. getSplitDocType()Determines the type of split documentstatic NodeDocument.SplitDocTypeNodeDocument.SplitDocType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeDocument.SplitDocType[]NodeDocument.SplitDocType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.jackrabbit.oak.plugins.document with type arguments of type NodeDocument.SplitDocType Modifier and Type Method Description protected SplitDocumentCleanUpVersionGCSupport. createCleanUp(java.util.Set<NodeDocument.SplitDocType> gcTypes, RevisionVector sweepRevs, long oldestRevTimeStamp, VersionGarbageCollector.VersionGCStats stats)protected java.lang.Iterable<NodeDocument>VersionGCSupport. identifyGarbage(java.util.Set<NodeDocument.SplitDocType> gcTypes, RevisionVector sweepRevs, long oldestRevTimeStamp) -
Uses of NodeDocument.SplitDocType in org.apache.jackrabbit.oak.plugins.document.mongo
Method parameters in org.apache.jackrabbit.oak.plugins.document.mongo with type arguments of type NodeDocument.SplitDocType Modifier and Type Method Description protected SplitDocumentCleanUpMongoVersionGCSupport. createCleanUp(java.util.Set<NodeDocument.SplitDocType> gcTypes, RevisionVector sweepRevs, long oldestRevTimeStamp, VersionGarbageCollector.VersionGCStats stats)protected java.lang.Iterable<NodeDocument>MongoVersionGCSupport. identifyGarbage(java.util.Set<NodeDocument.SplitDocType> gcTypes, RevisionVector sweepRevs, long oldestRevTimeStamp) -
Uses of NodeDocument.SplitDocType in org.apache.jackrabbit.oak.plugins.document.rdb
Method parameters in org.apache.jackrabbit.oak.plugins.document.rdb with type arguments of type NodeDocument.SplitDocType Modifier and Type Method Description protected java.lang.Iterable<NodeDocument>RDBVersionGCSupport. identifyGarbage(java.util.Set<NodeDocument.SplitDocType> gcTypes, RevisionVector sweepRevs, long oldestRevTimeStamp)
-