Class SecondaryStoreObserver
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreObserver
-
-
Constructor Summary
Constructors Constructor Description SecondaryStoreObserver(NodeStore nodeStore, List<String> metaPropNames, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider, org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryObserver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontentChanged(@NotNull NodeState root, @NotNull CommitInfo info)Observes a content change.
-
-
-
Constructor Detail
-
SecondaryStoreObserver
public SecondaryStoreObserver(NodeStore nodeStore, List<String> metaPropNames, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider, org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryObserver)
-
-
Method Detail
-
contentChanged
public void contentChanged(@NotNull @NotNull NodeState root, @NotNull @NotNull CommitInfo info)Description copied from interface:ObserverObserves a content change. See theObserverclass javadocs and relevant repository and observer registration details for more information on when and how this method gets called.- Specified by:
contentChangedin interfaceObserver- Parameters:
root- root state of the repositoryinfo- commit information
-
-