| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document | |
| org.apache.jackrabbit.oak.plugins.document.mongo | |
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| Modifier and Type | Method and Description |
|---|---|
NodeDocument.SplitDocType |
NodeDocument.getSplitDocType()
Determines the type of split document
|
static NodeDocument.SplitDocType |
NodeDocument.SplitDocType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected SplitDocumentCleanUp |
VersionGCSupport.createCleanUp(Set<NodeDocument.SplitDocType> gcTypes,
RevisionVector sweepRevs,
long oldestRevTimeStamp,
VersionGarbageCollector.VersionGCStats stats) |
protected Iterable<NodeDocument> |
VersionGCSupport.identifyGarbage(Set<NodeDocument.SplitDocType> gcTypes,
RevisionVector sweepRevs,
long oldestRevTimeStamp) |
| Modifier and Type | Method and Description |
|---|---|
protected SplitDocumentCleanUp |
MongoVersionGCSupport.createCleanUp(Set<NodeDocument.SplitDocType> gcTypes,
RevisionVector sweepRevs,
long oldestRevTimeStamp,
VersionGarbageCollector.VersionGCStats stats) |
protected Iterable<NodeDocument> |
MongoVersionGCSupport.identifyGarbage(Set<NodeDocument.SplitDocType> gcTypes,
RevisionVector sweepRevs,
long oldestRevTimeStamp) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<NodeDocument> |
RDBVersionGCSupport.identifyGarbage(Set<NodeDocument.SplitDocType> gcTypes,
RevisionVector sweepRevs,
long oldestRevTimeStamp) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.