Uses of Class
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeState
-
-
Uses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document
Subclasses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document Modifier and Type Class Description classDocumentNodeStateANodeStateimplementation for theDocumentNodeStore.Methods in org.apache.jackrabbit.oak.plugins.document that return AbstractDocumentNodeState Modifier and Type Method Description @Nullable AbstractDocumentNodeStateDocumentNodeStateCache. getDocumentNodeState(Path path, RevisionVector rootRevision, RevisionVector lastRev)Get the node for the given path and revision.abstract AbstractDocumentNodeStateAbstractDocumentNodeState. withRootRevision(@NotNull RevisionVector root, boolean externalChange)Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type AbstractDocumentNodeState Modifier and Type Method Description booleanDocumentNodeStore. compare(@NotNull AbstractDocumentNodeState node, @NotNull AbstractDocumentNodeState base, @NotNull NodeStateDiff diff)booleanNodeStateDiffer. compare(@NotNull AbstractDocumentNodeState node, @NotNull AbstractDocumentNodeState base, @NotNull NodeStateDiff diff) -
Uses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type AbstractDocumentNodeState Modifier and Type Method Description booleanBundledDocumentDiffer. diff(AbstractDocumentNodeState from, AbstractDocumentNodeState to, JsopWriter w)Performs diff for bundled nodes. -
Uses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document.secondary
Subclasses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document.secondary Modifier and Type Class Description classDelegatingDocumentNodeStateNodeState wrapper which wraps another NodeState (mostly SegmentNodeState) so as to expose it as anAbstractDocumentNodeStateby extracting the meta properties which are stored as hidden propertiesMethods in org.apache.jackrabbit.oak.plugins.document.secondary that return AbstractDocumentNodeState Modifier and Type Method Description @Nullable AbstractDocumentNodeStateSecondaryStoreCache. getDocumentNodeState(Path path, RevisionVector rootRevision, RevisionVector lastRev)AbstractDocumentNodeStateDelegatingDocumentNodeState. withRootRevision(@NotNull RevisionVector root, boolean externalChange)static AbstractDocumentNodeStateDelegatingDocumentNodeState. wrap(NodeState delegate, NodeStateDiffer differ)Methods in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type AbstractDocumentNodeState Modifier and Type Method Description voidSecondaryStoreCache. contentChanged(@NotNull AbstractDocumentNodeState root)
-