public class BundlingConfigHandler extends Object implements org.apache.jackrabbit.oak.spi.commit.Observer, Closeable
| Modifier and Type | Field and Description |
|---|---|
static String |
BUNDLOR |
static String |
CONFIG_PATH |
static String |
DOCUMENT_NODE_STORE |
| Constructor and Description |
|---|
BundlingConfigHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
contentChanged(@NotNull org.apache.jackrabbit.oak.spi.state.NodeState root,
@NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo info) |
org.apache.jackrabbit.oak.spi.commit.BackgroundObserverMBean |
getMBean() |
void |
initialize(org.apache.jackrabbit.oak.spi.commit.Observable nodeStore,
Executor executor) |
boolean |
isEnabled() |
BundlingHandler |
newBundlingHandler() |
void |
unregisterObserver() |
public static final String DOCUMENT_NODE_STORE
public static final String BUNDLOR
public static final String CONFIG_PATH
public void contentChanged(@NotNull
@NotNull org.apache.jackrabbit.oak.spi.state.NodeState root,
@NotNull
@NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo info)
contentChanged in interface org.apache.jackrabbit.oak.spi.commit.Observerpublic BundlingHandler newBundlingHandler()
public void initialize(org.apache.jackrabbit.oak.spi.commit.Observable nodeStore, Executor executor)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic org.apache.jackrabbit.oak.spi.commit.BackgroundObserverMBean getMBean()
public boolean isEnabled()
public void unregisterObserver()
throws IOException
IOExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.