org.apache.jackrabbit.oak.plugins.index.lucene
Class LuceneIndexMBeanImpl
java.lang.Object
javax.management.StandardMBean
org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBeanImpl
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration, LuceneIndexMBean
public class LuceneIndexMBeanImpl
- extends org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
- implements LuceneIndexMBean
| Fields inherited from interface org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean |
TYPE |
|
Constructor Summary |
LuceneIndexMBeanImpl(org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker indexTracker)
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneIndexMBeanImpl
public LuceneIndexMBeanImpl(org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker indexTracker)
throws NotCompliantMBeanException
- Throws:
NotCompliantMBeanException
getIndexStats
public TabularData getIndexStats()
throws IOException
- Specified by:
getIndexStats in interface LuceneIndexMBean
- Throws:
IOException
dumpIndexContent
public void dumpIndexContent(String sourcePath,
String destPath)
throws IOException
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.