Class SecondaryStoreObserver

java.lang.Object
org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreObserver
All Implemented Interfaces:
Observer

public class SecondaryStoreObserver extends Object implements Observer
  • Constructor Details

  • Method Details

    • 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