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 classHttpJdkSolrClient.HttpSolrClientCancellableMethods in org.apache.solr.client.solrj.impl that return Cancellable Modifier and Type Method Description CancellableLBHttp2SolrClient. asyncReq(LBSolrClient.Req req, AsyncListener<LBSolrClient.Rsp> asyncListener)Deprecated.CancellableHttp2SolrClient. asyncRequest(SolrRequest<?> solrReq, String collection, AsyncListener<NamedList<Object>> asyncListener)CancellableHttpJdkSolrClient. asyncRequest(SolrRequest<?> solrRequest, String collection, AsyncListener<NamedList<Object>> asyncListener)abstract CancellableHttpSolrClientBase. asyncRequest(SolrRequest<?> solrRequest, String collection, AsyncListener<NamedList<Object>> asyncListener)Deprecated.
-