Package org.apache.solr.handler.admin
Class ZookeeperReadAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.ZookeeperReadAPI
-
public class ZookeeperReadAPI extends Object
Exposes the content of the Zookeeper This is an expert feature that exposes the data inside the back end zookeeper.This API may change or be removed in future versions. This is not a public API. The data that is returned is not guaranteed to remain same across releases, as the data stored in Zookeeper may change from time to time.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description ZookeeperReadAPI(CoreContainer coreContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
listNodes(SolrQueryRequest req, SolrQueryResponse rsp)
void
readNode(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
ZookeeperReadAPI
public ZookeeperReadAPI(CoreContainer coreContainer)
-
-
Method Detail
-
readNode
public void readNode(SolrQueryRequest req, SolrQueryResponse rsp)
-
listNodes
public void listNodes(SolrQueryRequest req, SolrQueryResponse rsp)
-
-