| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document | |
| org.apache.jackrabbit.oak.plugins.document.secondary |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentNodeStore
Implementation of a NodeStore on
DocumentStore. |
| Modifier and Type | Field and Description |
|---|---|
static NodeStateDiffer |
NodeStateDiffer.DEFAULT_DIFFER |
| Modifier and Type | Method and Description |
|---|---|
protected NodeStateDiffer |
DocumentNodeState.getNodeStateDiffer() |
protected abstract NodeStateDiffer |
AbstractDocumentNodeState.getNodeStateDiffer() |
| Modifier and Type | Method and Description |
|---|---|
protected NodeStateDiffer |
DelegatingDocumentNodeState.getNodeStateDiffer() |
| Modifier and Type | Method and Description |
|---|---|
SecondaryStoreBuilder |
SecondaryStoreBuilder.differ(NodeStateDiffer differ) |
static AbstractDocumentNodeState |
DelegatingDocumentNodeState.wrap(org.apache.jackrabbit.oak.spi.state.NodeState delegate,
NodeStateDiffer differ) |
static org.apache.jackrabbit.oak.spi.state.NodeState |
DelegatingDocumentNodeState.wrapIfPossible(org.apache.jackrabbit.oak.spi.state.NodeState delegate,
NodeStateDiffer differ)
Wraps a given root NodeState as a
DelegatingDocumentNodeState if
it has required meta properties otherwise just returns the passed NodeState |
| Constructor and Description |
|---|
SecondaryStoreCache(org.apache.jackrabbit.oak.spi.state.NodeStore nodeStore,
NodeStateDiffer differ,
org.apache.jackrabbit.oak.spi.filter.PathFilter pathFilter,
org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider) |
SecondaryStoreObserver(org.apache.jackrabbit.oak.spi.state.NodeStore nodeStore,
List<String> metaPropNames,
NodeStateDiffer differ,
org.apache.jackrabbit.oak.spi.filter.PathFilter pathFilter,
org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider,
org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryObserver) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.