Class OverseerSolrResponse

java.lang.Object
org.apache.solr.client.solrj.SolrResponse
org.apache.solr.cloud.OverseerSolrResponse
All Implemented Interfaces:
Serializable, org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject, org.noggit.JSONWriter.Writable

public class OverseerSolrResponse extends org.apache.solr.client.solrj.SolrResponse
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

    org.apache.solr.common.MapWriter.EntryWriter
  • Field Summary

    Fields inherited from interface org.apache.solr.common.MapWriter

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    OverseerSolrResponse(org.apache.solr.common.util.NamedList<Object> list)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    org.apache.solr.common.util.NamedList<Object>
     
    void
    setElapsedTime(long elapsedTime)
     
    void
    setResponse(org.apache.solr.common.util.NamedList<Object> rsp)
     

    Methods inherited from class org.apache.solr.client.solrj.SolrResponse

    getException, writeMap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.solr.common.MapWriter

    jsonStr, toMap, write

    Methods inherited from interface org.apache.solr.common.NavigableObject

    _forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
  • Constructor Details

    • OverseerSolrResponse

      public OverseerSolrResponse(org.apache.solr.common.util.NamedList<Object> list)
  • Method Details

    • getElapsedTime

      public long getElapsedTime()
      Specified by:
      getElapsedTime in class org.apache.solr.client.solrj.SolrResponse
    • setResponse

      public void setResponse(org.apache.solr.common.util.NamedList<Object> rsp)
      Specified by:
      setResponse in class org.apache.solr.client.solrj.SolrResponse
    • setElapsedTime

      public void setElapsedTime(long elapsedTime)
      Specified by:
      setElapsedTime in class org.apache.solr.client.solrj.SolrResponse
    • getResponse

      public org.apache.solr.common.util.NamedList<Object> getResponse()
      Specified by:
      getResponse in class org.apache.solr.client.solrj.SolrResponse