Class ConcurrentUpdateJettySolrClient

java.lang.Object
org.apache.solr.client.solrj.SolrClient
org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
org.apache.solr.client.solrj.jetty.ConcurrentUpdateJettySolrClient
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable

public class ConcurrentUpdateJettySolrClient extends org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
A ConcurrentUpdate SolrClient using HttpJettySolrClient.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient

    org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.CustomBlockingQueue<E>, org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.StreamingResponse, org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.Update

    Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrClient

    org.apache.solr.client.solrj.SolrClient.SolrClientFunction<C extends org.apache.solr.client.solrj.SolrClient,R>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Charset
     

    Fields inherited from class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient

    basePath, pollQueueTimeMillis, queue, stallDetection

    Fields inherited from class org.apache.solr.client.solrj.SolrClient

    defaultCollection
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.StreamingResponse
    doSendUpdateStream(org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.Update update)
     

    Methods inherited from class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient

    blockUntilFinished, close, handleError, notifyQueueAndRunnersIfEmptyQueue, onSuccess, request, shutdownNow

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

    add, add, add, add, add, add, add, add, add, add, addBean, addBean, addBean, addBean, addBeans, addBeans, addBeans, addBeans, addBeans, addBeans, commit, commit, commit, commit, commit, commit, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteByQuery, deleteByQuery, deleteByQuery, deleteByQuery, getById, getById, getById, getById, getById, getById, getById, getById, getContext, getDefaultCollection, optimize, optimize, optimize, optimize, optimize, optimize, ping, ping, query, query, query, query, queryAndStreamResponse, queryAndStreamResponse, queryAndStreamResponse, request, rollback, rollback

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • FALLBACK_CHARSET

      protected static final Charset FALLBACK_CHARSET
  • Constructor Details

  • Method Details

    • doSendUpdateStream

      protected org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.StreamingResponse doSendUpdateStream(org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.Update update) throws IOException, InterruptedException
      Specified by:
      doSendUpdateStream in class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
      Throws:
      IOException
      InterruptedException