Uses of Interface
org.apache.solr.client.solrj.util.Cancellable
-
Packages that use Cancellable Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of Cancellable in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement Cancellable Modifier and Type Class Description protected static class
HttpJdkSolrClient.HttpSolrClientCancellable
Methods in org.apache.solr.client.solrj.impl that return Cancellable Modifier and Type Method Description Cancellable
LBHttp2SolrClient. asyncReq(LBSolrClient.Req req, AsyncListener<LBSolrClient.Rsp> asyncListener)
Deprecated.Cancellable
Http2SolrClient. asyncRequest(SolrRequest<?> solrReq, String collection, AsyncListener<NamedList<Object>> asyncListener)
Cancellable
HttpJdkSolrClient. asyncRequest(SolrRequest<?> solrRequest, String collection, AsyncListener<NamedList<Object>> asyncListener)
abstract Cancellable
HttpSolrClientBase. asyncRequest(SolrRequest<?> solrRequest, String collection, AsyncListener<NamedList<Object>> asyncListener)
Deprecated.
-