| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document | |
| org.apache.jackrabbit.oak.plugins.document.bundlor | |
| org.apache.jackrabbit.oak.plugins.document.mongo | |
| org.apache.jackrabbit.oak.plugins.document.persistentCache | |
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| org.apache.jackrabbit.oak.plugins.document.secondary |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentNodeStore |
Commit.nodeStore |
| Modifier and Type | Method and Description |
|---|---|
DocumentNodeStore |
DocumentNodeStoreBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Cache<PathRev,DocumentNodeState.Children> |
DocumentNodeStoreBuilder.buildChildrenCache(DocumentNodeStore store) |
Cache<PathRev,DocumentNodeState> |
DocumentNodeStoreBuilder.buildNodeCache(DocumentNodeStore store) |
Iterable<org.apache.jackrabbit.oak.plugins.blob.ReferencedBlob> |
DocumentNodeStoreBuilder.createReferencedBlobs(DocumentNodeStore ns) |
static DocumentNodeState |
DocumentNodeState.fromString(DocumentNodeStore store,
String s) |
@Nullable DocumentNodeState |
NodeDocument.getNodeAtRevision(@NotNull DocumentNodeStore nodeStore,
@NotNull RevisionVector readRevision,
@Nullable Revision lastModified)
Returns a
DocumentNodeState as seen at the given
readRevision. |
| Constructor and Description |
|---|
BlobCollector(DocumentNodeStore nodeStore) |
BlobReferenceIterator(DocumentNodeStore nodeStore) |
DocumentBlobReferenceRetriever(DocumentNodeStore nodeStore) |
DocumentBroadcastConfig(DocumentNodeStore documentNodeStore) |
DocumentCheckpointMBean(DocumentNodeStore store) |
DocumentNodeState(@NotNull DocumentNodeStore store,
@NotNull String path,
@Nullable RevisionVector lastRevision,
@Nullable RevisionVector rootRevision,
boolean fromExternalChange,
DocumentNodeState.BundlingContext bundlingContext) |
JournalGarbageCollector(DocumentNodeStore nodeStore,
long maxRevisionAgeMillis) |
| Constructor and Description |
|---|
BundledDocumentDiffer(DocumentNodeStore nodeStore) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.apache.jackrabbit.oak.plugins.blob.ReferencedBlob> |
MongoDocumentNodeStoreBuilderBase.createReferencedBlobs(DocumentNodeStore ns) |
| Constructor and Description |
|---|
MongoBlobReferenceIterator(DocumentNodeStore nodeStore,
MongoDocumentStore documentStore) |
| Modifier and Type | Method and Description |
|---|---|
abstract <K> boolean |
CacheType.shouldCache(DocumentNodeStore store,
K key) |
abstract <V> V |
CacheType.valueFromString(DocumentNodeStore store,
DocumentStore docStore,
String value) |
<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue> |
PersistentCache.wrap(DocumentNodeStore docNodeStore,
DocumentStore docStore,
Cache<K,V> base,
CacheType type) |
<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue> |
PersistentCache.wrap(DocumentNodeStore docNodeStore,
DocumentStore docStore,
Cache<K,V> base,
CacheType type,
org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider) |
| Constructor and Description |
|---|
ValueDataType(DocumentNodeStore docNodeStore,
DocumentStore docStore,
CacheType type) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.apache.jackrabbit.oak.plugins.blob.ReferencedBlob> |
RDBDocumentNodeStoreBuilder.createReferencedBlobs(DocumentNodeStore ns) |
| Constructor and Description |
|---|
RDBBlobReferenceIterator(DocumentNodeStore nodeStore,
RDBDocumentStore documentStore) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SecondaryStoreCacheService.bindDocumentNodeStore(DocumentNodeStore documentNodeStore) |
protected void |
SecondaryStoreCacheService.unbindDocumentNodeStore(DocumentNodeStore documentNodeStore) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.