public class AdminHandlersProxy extends Object
| Constructor and Description |
|---|
AdminHandlersProxy() |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Future<NamedList<Object>>,SolrClient> |
callRemoteNode(String nodeName,
String endpoint,
SolrParams params,
ZkController zkController)
Makes a remote request and returns a future and the solr client.
|
static boolean |
maybeProxyToNodes(SolrQueryRequest req,
SolrQueryResponse rsp,
CoreContainer container) |
public static boolean maybeProxyToNodes(SolrQueryRequest req, SolrQueryResponse rsp, CoreContainer container) throws IOException, SolrServerException, InterruptedException
public static Pair<Future<NamedList<Object>>,SolrClient> callRemoteNode(String nodeName, String endpoint, SolrParams params, ZkController zkController) throws IOException, SolrServerException
IOExceptionSolrServerExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.