org.apache.jackrabbit.oak.plugins.index.lucene
Class LuceneIndexMBeanImpl

java.lang.Object
  extended by javax.management.StandardMBean
      extended by org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
          extended by 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


Field Summary
 
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)
           
 
Method Summary
 void dumpIndexContent(String sourcePath, String destPath)
           
 TabularData getIndexStats()
           
 
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
 

Constructor Detail

LuceneIndexMBeanImpl

public LuceneIndexMBeanImpl(org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker indexTracker)
                     throws NotCompliantMBeanException
Throws:
NotCompliantMBeanException
Method Detail

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.