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