Uses of Interface
org.apache.jackrabbit.oak.spi.commit.Observable
-
-
Uses of Observable in org.apache.jackrabbit.oak.composite
Classes in org.apache.jackrabbit.oak.composite that implement Observable Modifier and Type Class Description class
CompositeNodeStore
-
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 class
BranchNodeStore
class
COWNodeStore
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 Modifier and Type Class Description class
DocumentNodeStore
Implementation 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 void
BundlingConfigHandler. initialize(Observable nodeStore, java.util.concurrent.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 class
MemoryNodeStore
Basic 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 class
SegmentNodeStore
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 Observable Modifier and Type Class Description class
ChangeDispatcher
AChangeDispatcher
instance dispatches content changes to registeredObserver
s.Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type Observable Constructor Description ObserverTracker(@NotNull Observable observable)
-