Uses of Interface
org.apache.jackrabbit.oak.plugins.document.NodeStateDiffer
-
Packages that use NodeStateDiffer Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.secondary -
-
Uses of NodeStateDiffer in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement NodeStateDiffer Modifier and Type Class Description class
DocumentNodeStore
Implementation of a NodeStore onDocumentStore
.Fields in org.apache.jackrabbit.oak.plugins.document declared as NodeStateDiffer Modifier and Type Field Description static NodeStateDiffer
NodeStateDiffer. DEFAULT_DIFFER
Methods in org.apache.jackrabbit.oak.plugins.document that return NodeStateDiffer Modifier and Type Method Description protected abstract NodeStateDiffer
AbstractDocumentNodeState. getNodeStateDiffer()
protected NodeStateDiffer
DocumentNodeState. getNodeStateDiffer()
-
Uses of NodeStateDiffer in org.apache.jackrabbit.oak.plugins.document.secondary
Methods in org.apache.jackrabbit.oak.plugins.document.secondary that return NodeStateDiffer Modifier and Type Method Description protected NodeStateDiffer
DelegatingDocumentNodeState. getNodeStateDiffer()
Methods in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type NodeStateDiffer Modifier and Type Method Description SecondaryStoreBuilder
SecondaryStoreBuilder. differ(NodeStateDiffer differ)
static AbstractDocumentNodeState
DelegatingDocumentNodeState. wrap(NodeState delegate, NodeStateDiffer differ)
static NodeState
DelegatingDocumentNodeState. wrapIfPossible(NodeState delegate, NodeStateDiffer differ)
Wraps a given root NodeState as aDelegatingDocumentNodeState
if it has required meta properties otherwise just returns the passed NodeStateConstructors in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type NodeStateDiffer Constructor Description SecondaryStoreCache(NodeStore nodeStore, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider)
SecondaryStoreObserver(NodeStore nodeStore, List<String> metaPropNames, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider, org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryObserver)
-