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 TypeMethodDescriptionboolean
importIndex
(String indexDirPath) boolean
importIndex
(String indexDirPath, boolean ignoreLocalLock) Methods inherited from class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
getDescription, getDescription, getDescription, getDescription, getImpact, getParameterName
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
IndexerMBeanImpl
public IndexerMBeanImpl()
-
-
Method Details
-
importIndex
- Specified by:
importIndex
in interfaceIndexerMBean
- Throws:
IOException
CommitFailedException
-
importIndex
public boolean importIndex(String indexDirPath, boolean ignoreLocalLock) throws IOException, CommitFailedException - Specified by:
importIndex
in interfaceIndexerMBean
- Throws:
IOException
CommitFailedException
-