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 classDocumentNodeStoreImplementation of a NodeStore onDocumentStore.Fields in org.apache.jackrabbit.oak.plugins.document declared as NodeStateDiffer Modifier and Type Field Description static NodeStateDifferNodeStateDiffer. DEFAULT_DIFFERMethods in org.apache.jackrabbit.oak.plugins.document that return NodeStateDiffer Modifier and Type Method Description protected abstract NodeStateDifferAbstractDocumentNodeState. getNodeStateDiffer()protected NodeStateDifferDocumentNodeState. 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 NodeStateDifferDelegatingDocumentNodeState. getNodeStateDiffer()Methods in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type NodeStateDiffer Modifier and Type Method Description SecondaryStoreBuilderSecondaryStoreBuilder. differ(NodeStateDiffer differ)static AbstractDocumentNodeStateDelegatingDocumentNodeState. wrap(NodeState delegate, NodeStateDiffer differ)static NodeStateDelegatingDocumentNodeState. wrapIfPossible(NodeState delegate, NodeStateDiffer differ)Wraps a given root NodeState as aDelegatingDocumentNodeStateif 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)
-