Class SecondaryStoreObserver

  • All Implemented Interfaces:
    Observer

    public class SecondaryStoreObserver
    extends java.lang.Object
    implements Observer
    • Constructor Detail

      • SecondaryStoreObserver

        public SecondaryStoreObserver​(NodeStore nodeStore,
                                      java.util.List<java.lang.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: Observer
        Observes a content change. See the Observer class javadocs and relevant repository and observer registration details for more information on when and how this method gets called.
        Specified by:
        contentChanged in interface Observer
        Parameters:
        root - root state of the repository
        info - commit information