Uses of Interface
org.apache.jackrabbit.oak.spi.commit.Observable
Packages that use Observable
Package
Description
Composition support
Internal utilities and implementation of a memory-based store.
-
Uses of Observable in org.apache.jackrabbit.oak.composite
Classes in org.apache.jackrabbit.oak.composite that implement ObservableModifier and TypeClassDescriptionclass
-
Uses of Observable in org.apache.jackrabbit.oak.plugins.cow
Classes in org.apache.jackrabbit.oak.plugins.cow that implement ObservableModifier and TypeClassDescriptionclass
class
The copy-on-write (COW) node store implementation allows to temporarily switch the repository into the "testing" mode, in which all the changes are stored in a volatile storage, namely the MemoryNodeStore. -
Uses of Observable in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement Observable -
Uses of Observable in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type ObservableModifier and TypeMethodDescriptionvoid
BundlingConfigHandler.initialize
(Observable nodeStore, Executor executor) -
Uses of Observable in org.apache.jackrabbit.oak.plugins.memory
Classes in org.apache.jackrabbit.oak.plugins.memory that implement ObservableModifier and TypeClassDescriptionclass
Basic in-memory node store implementation. -
Uses of Observable in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement ObservableModifier and TypeClassDescriptionclass
The top level class for the segment store. -
Uses of Observable in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement ObservableModifier and TypeClassDescriptionclass
AChangeDispatcher
instance dispatches content changes to registeredObserver
s.Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type Observable