Save This Page
Home » apache-solr-1.3.0 » org.apache.solr » handler » admin » [javadoc | source]
org.apache.solr.handler.admin
public class: ThreadDumpHandler [javadoc | source]
java.lang.Object
   org.apache.solr.handler.RequestHandlerBase
      org.apache.solr.handler.admin.ThreadDumpHandler

All Implemented Interfaces:
    SolrInfoMBean, SolrRequestHandler

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.
Fields inherited from org.apache.solr.handler.RequestHandlerBase:
numRequests,  numErrors,  defaults,  appends,  invariants
Method from org.apache.solr.handler.admin.ThreadDumpHandler Summary:
getDescription,   getSource,   getSourceId,   getVersion,   handleRequestBody
Methods from org.apache.solr.handler.RequestHandlerBase:
getCategory,   getDescription,   getDocs,   getName,   getSource,   getSourceId,   getStatistics,   getVersion,   handleRequest,   handleRequestBody,   init
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.solr.handler.admin.ThreadDumpHandler Detail:
 public String getDescription() 
 public String getSource() 
 public String getSourceId() 
 public String getVersion() 
 public  void handleRequestBody(SolrQueryRequest req,
    SolrQueryResponse rsp) throws IOException