| Modifier and Type | Class and Description |
|---|---|
class |
DocumentNodeState
A
NodeState implementation for the DocumentNodeStore. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable AbstractDocumentNodeState |
DocumentNodeStateCache.getDocumentNodeState(String path,
RevisionVector rootRevision,
RevisionVector lastRev)
Get the node for the given path and revision.
|
abstract AbstractDocumentNodeState |
AbstractDocumentNodeState.withRootRevision(@NotNull RevisionVector root,
boolean externalChange)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentNodeStore.compare(@NotNull AbstractDocumentNodeState node,
@NotNull AbstractDocumentNodeState base,
@NotNull org.apache.jackrabbit.oak.spi.state.NodeStateDiff diff)
|
boolean |
DocumentNodeStore.compare(@NotNull AbstractDocumentNodeState node,
@NotNull AbstractDocumentNodeState base,
@NotNull org.apache.jackrabbit.oak.spi.state.NodeStateDiff diff)
|
boolean |
NodeStateDiffer.compare(@NotNull AbstractDocumentNodeState node,
@NotNull AbstractDocumentNodeState base,
@NotNull org.apache.jackrabbit.oak.spi.state.NodeStateDiff diff)
|
boolean |
NodeStateDiffer.compare(@NotNull AbstractDocumentNodeState node,
@NotNull AbstractDocumentNodeState base,
@NotNull org.apache.jackrabbit.oak.spi.state.NodeStateDiff diff)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BundledDocumentDiffer.diff(AbstractDocumentNodeState from,
AbstractDocumentNodeState to,
org.apache.jackrabbit.oak.commons.json.JsopWriter w)
Performs diff for bundled nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingDocumentNodeState
NodeState wrapper which wraps another NodeState (mostly SegmentNodeState)
so as to expose it as an
AbstractDocumentNodeState by extracting
the meta properties which are stored as hidden properties |
| Modifier and Type | Method and Description |
|---|---|
@Nullable AbstractDocumentNodeState |
SecondaryStoreCache.getDocumentNodeState(String path,
RevisionVector rootRevision,
RevisionVector lastRev) |
AbstractDocumentNodeState |
DelegatingDocumentNodeState.withRootRevision(@NotNull RevisionVector root,
boolean externalChange) |
static AbstractDocumentNodeState |
DelegatingDocumentNodeState.wrap(org.apache.jackrabbit.oak.spi.state.NodeState delegate,
NodeStateDiffer differ) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecondaryStoreCache.contentChanged(@NotNull AbstractDocumentNodeState root) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.