public class DelegatingCloudManager extends Object implements SolrCloudManager
SolrCloudManager.| Constructor and Description |
|---|
DelegatingCloudManager(SolrCloudManager delegate) |
| Modifier and Type | Method and Description |
|---|---|
ClusterStateProvider |
getClusterStateProvider() |
DistribStateManager |
getDistribStateManager() |
DistributedQueueFactory |
getDistributedQueueFactory() |
NodeStateProvider |
getNodeStateProvider() |
byte[] |
httpRequest(String url,
SolrRequest.METHOD method,
Map<String,String> headers,
String payload,
int timeout,
boolean followRedirects) |
SolrResponse |
request(SolrRequest req) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseisClosedpublic DelegatingCloudManager(SolrCloudManager delegate)
public ClusterStateProvider getClusterStateProvider()
getClusterStateProvider in interface SolrCloudManagerpublic NodeStateProvider getNodeStateProvider()
getNodeStateProvider in interface SolrCloudManagerpublic DistribStateManager getDistribStateManager()
getDistribStateManager in interface SolrCloudManagerpublic DistributedQueueFactory getDistributedQueueFactory()
getDistributedQueueFactory in interface SolrCloudManagerpublic SolrResponse request(SolrRequest req) throws IOException
request in interface SolrCloudManagerIOExceptionpublic byte[] httpRequest(String url, SolrRequest.METHOD method, Map<String,String> headers, String payload, int timeout, boolean followRedirects) throws IOException
httpRequest in interface SolrCloudManagerIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.