Class BundlingConfigHandler
java.lang.Object
org.apache.jackrabbit.oak.plugins.document.bundlor.BundlingConfigHandler
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Observer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
contentChanged
(@NotNull NodeState root, @NotNull CommitInfo info) Observes a content change.getMBean()
void
initialize
(Observable nodeStore, Executor executor) boolean
void
-
Field Details
-
DOCUMENT_NODE_STORE
- See Also:
-
BUNDLOR
- See Also:
-
CONFIG_PATH
- See Also:
-
-
Constructor Details
-
BundlingConfigHandler
public BundlingConfigHandler()
-
-
Method Details
-
contentChanged
Description copied from interface:Observer
Observes a content change. See theObserver
class javadocs and relevant repository and observer registration details for more information on when and how this method gets called.- Specified by:
contentChanged
in interfaceObserver
- Parameters:
root
- root state of the repositoryinfo
- commit information
-
newBundlingHandler
-
initialize
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getMBean
-
isEnabled
public boolean isEnabled() -
unregisterObserver
- Throws:
IOException
-