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(org.apache.jackrabbit.oak.spi.state.NodeState delegate, NodeStateDiffer differ)static org.apache.jackrabbit.oak.spi.state.NodeStateDelegatingDocumentNodeState. wrapIfPossible(org.apache.jackrabbit.oak.spi.state.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(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, java.util.List<java.lang.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)
-