org.apache.solr.handler.admin
Class ThreadDumpHandler
java.lang.Object
org.apache.solr.handler.RequestHandlerBase
org.apache.solr.handler.admin.ThreadDumpHandler
- All Implemented Interfaces:
- SolrInfoMBean, SolrRequestHandler
public class ThreadDumpHandler
- extends RequestHandlerBase
Copied from "admin/threaddump.jsp"
NOTE: the response format is still likely to change. It should be designed so
that it works nicely with an XSLT transformation. Until we have a nice
XSLT front end for /admin, the format is still open to change.
- Since:
- solr 1.2
- Version:
- $Id: ThreadDumpHandler.java 790580 2009-07-02 13:20:22Z markrmiller $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadDumpHandler
public ThreadDumpHandler()
handleRequestBody
public void handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp)
throws IOException
- Specified by:
handleRequestBody
in class RequestHandlerBase
- Throws:
IOException
getDescription
public String getDescription()
- Description copied from interface:
SolrInfoMBean
- Simple one or two line description
- Specified by:
getDescription
in interface SolrInfoMBean
- Specified by:
getDescription
in class RequestHandlerBase
getVersion
public String getVersion()
- Description copied from interface:
SolrInfoMBean
- Simple common usage version, e.g. 2.0
- Specified by:
getVersion
in interface SolrInfoMBean
- Specified by:
getVersion
in class RequestHandlerBase
getSourceId
public String getSourceId()
- Description copied from interface:
SolrInfoMBean
- CVS Id, SVN Id, etc
- Specified by:
getSourceId
in interface SolrInfoMBean
- Specified by:
getSourceId
in class RequestHandlerBase
getSource
public String getSource()
- Description copied from interface:
SolrInfoMBean
- CVS Source, SVN Source, etc
- Specified by:
getSource
in interface SolrInfoMBean
- Specified by:
getSource
in class RequestHandlerBase
Copyright © 2009 Apache Software Foundation. All Rights Reserved.