Class IndexerMBeanImpl
java.lang.Object
javax.management.StandardMBean
org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
org.apache.jackrabbit.oak.plugins.index.IndexerMBeanImpl
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,IndexerMBean
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.api.jmx.IndexerMBean
TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanimportIndex(String indexDirPath) booleanimportIndex(String indexDirPath, boolean ignoreLocalLock) Methods inherited from class javax.management.StandardMBean
getAttribute, getAttributes, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
IndexerMBeanImpl
public IndexerMBeanImpl()
-
-
Method Details
-
importIndex
- Specified by:
importIndexin interfaceIndexerMBean- Throws:
IOExceptionCommitFailedException
-
importIndex
public boolean importIndex(String indexDirPath, boolean ignoreLocalLock) throws IOException, CommitFailedException - Specified by:
importIndexin interfaceIndexerMBean- Throws:
IOExceptionCommitFailedException
-