| 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 |
|---|---|
VersionGCSupport |
DocumentNodeStoreBuilder.createVersionGCSupport() |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoVersionGCSupport
Mongo specific version of VersionGCSupport which uses mongo queries
to fetch required NodeDocuments
|
| Modifier and Type | Method and Description |
|---|---|
VersionGCSupport |
MongoDocumentNodeStoreBuilderBase.createVersionGCSupport() |
| Modifier and Type | Class and Description |
|---|---|
class |
RDBVersionGCSupport
RDB specific version of
VersionGCSupport which uses an extended query
interface to fetch required NodeDocuments. |
| Modifier and Type | Method and Description |
|---|---|
VersionGCSupport |
RDBDocumentNodeStoreBuilder.createVersionGCSupport() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.