Uses of Interface
org.apache.jackrabbit.oak.spi.commit.Observable
-
Packages that use Observable Package Description org.apache.jackrabbit.oak.composite Composition supportorg.apache.jackrabbit.oak.plugins.cow org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.bundlor org.apache.jackrabbit.oak.plugins.memory Internal utilities and implementation of a memory-based store.org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.spi.commit -
-
Uses of Observable in org.apache.jackrabbit.oak.composite
Classes in org.apache.jackrabbit.oak.composite that implement Observable Modifier and Type Class Description classCompositeNodeStore -
Uses of Observable in org.apache.jackrabbit.oak.plugins.cow
Classes in org.apache.jackrabbit.oak.plugins.cow that implement Observable Modifier and Type Class Description classBranchNodeStoreclassCOWNodeStoreThe 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 Modifier and Type Class Description classDocumentNodeStoreImplementation of a NodeStore onDocumentStore. -
Uses of Observable in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type Observable Modifier and Type Method Description voidBundlingConfigHandler. 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 Observable Modifier and Type Class Description classMemoryNodeStoreBasic in-memory node store implementation. -
Uses of Observable in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement Observable Modifier and Type Class Description classSegmentNodeStoreThe 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 Observable Modifier and Type Class Description classChangeDispatcherAChangeDispatcherinstance dispatches content changes to registeredObservers.Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type Observable Constructor Description ObserverTracker(@NotNull Observable observable)
-