Uses of Interface
org.apache.jackrabbit.oak.spi.commit.Observer
-
Packages that use Observer Package Description org.apache.jackrabbit.oak org.apache.jackrabbit.oak.composite Composition supportorg.apache.jackrabbit.oak.composite.impl org.apache.jackrabbit.oak.jcr org.apache.jackrabbit.oak.jcr.observation org.apache.jackrabbit.oak.plugins.cow org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.bundlor org.apache.jackrabbit.oak.plugins.document.secondary org.apache.jackrabbit.oak.plugins.memory Internal utilities and implementation of a memory-based store.org.apache.jackrabbit.oak.plugins.observation org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.spi.commit -
-
Uses of Observer in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak with parameters of type Observer Modifier and Type Method Description @NotNull OakOak. with(@NotNull Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.composite
Methods in org.apache.jackrabbit.oak.composite with parameters of type Observer Modifier and Type Method Description CloseableCompositeNodeStore. addObserver(Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.composite.impl
Classes in org.apache.jackrabbit.oak.composite.impl that implement Observer Modifier and Type Class Description classNonDefaultMountWriteReportingObserverReports writes to non-default mounts -
Uses of Observer in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr with parameters of type Observer Modifier and Type Method Description @NotNull JcrJcr. with(@NotNull Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.jcr.observation
Methods in org.apache.jackrabbit.oak.jcr.observation with parameters of type Observer Modifier and Type Method Description protected voidConsolidatedListenerMBeanImpl. bindObserver(Observer observer, Map<String,?> config)protected voidConsolidatedListenerMBeanImpl. unbindObserver(Observer observer, Map<String,?> config) -
Uses of Observer in org.apache.jackrabbit.oak.plugins.cow
Methods in org.apache.jackrabbit.oak.plugins.cow with parameters of type Observer Modifier and Type Method Description CloseableBranchNodeStore. addObserver(Observer observer)CloseableCOWNodeStore. addObserver(Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement Observer Modifier and Type Class Description classDocumentDiscoveryLiteServiceThe DocumentDiscoveryLiteService is taking care of providing a repository descriptor that contains the current cluster-view details.Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type Observer Modifier and Type Method Description CloseableDocumentNodeStore. addObserver(Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.plugins.document.bundlor
Classes in org.apache.jackrabbit.oak.plugins.document.bundlor that implement Observer Modifier and Type Class Description classBundlingConfigHandler -
Uses of Observer in org.apache.jackrabbit.oak.plugins.document.secondary
Classes in org.apache.jackrabbit.oak.plugins.document.secondary that implement Observer Modifier and Type Class Description classSecondaryStoreObserver -
Uses of Observer in org.apache.jackrabbit.oak.plugins.memory
Methods in org.apache.jackrabbit.oak.plugins.memory with parameters of type Observer Modifier and Type Method Description CloseableMemoryNodeStore. addObserver(Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.plugins.observation
Classes in org.apache.jackrabbit.oak.plugins.observation that implement Observer Modifier and Type Class Description classFilteringDispatcherPart of the FilteringObserver: the FilteringDispatcher is used to implement the skipping (filtering) of content changes which the FilteringDispatcher flags as NOOP_CHANGE.classFilteringObserverAn observer that implements filtering of content changes while at the same time supporting (wrapping) a BackgroundObserver underneath.classNodeObserverBase class forObserverinstances that group changes by node instead of tracking them down to individual properties. -
Uses of Observer in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment with parameters of type Observer Modifier and Type Method Description CloseableSegmentNodeStore. addObserver(Observer observer) -
Uses of Observer in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement Observer Modifier and Type Class Description classBackgroundObserverAn observer that uses a change queue and a background thread to forward content changes to another observer.classChangeDispatcherAChangeDispatcherinstance dispatches content changes to registeredObservers.classCompositeObserverComposite observer that delegates all content changes to the set of currently registered component observers.classDiffObserverAbstract base class for observers that use a content diff to determine what changed between two consecutive observed states of the repository.classEmptyObserverBasic content change observer that doesn't do anything.Methods in org.apache.jackrabbit.oak.spi.commit with parameters of type Observer Modifier and Type Method Description @NotNull CloseableChangeDispatcher. addObserver(Observer observer)Register a newObserverfor receiving notifications about changes reported to this change dispatcher.voidCompositeObserver. addObserver(@NotNull Observer observer)CloseableObservable. addObserver(Observer observer)Register a newObserver.voidCompositeObserver. removeObserver(@NotNull Observer observer)Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type Observer Constructor Description BackgroundObserver(@NotNull Observer observer, @NotNull Executor executor)BackgroundObserver(@NotNull Observer observer, @NotNull Executor executor, int queueLength)BackgroundObserver(@NotNull Observer observer, @NotNull Executor executor, int queueLength, @NotNull Thread.UncaughtExceptionHandler exceptionHandler)
-