|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolrZkClient | |
---|---|
org.apache.solr.common.cloud | Common Solr Cloud and ZooKeeper related classes reused on both clients & server. |
Uses of SolrZkClient in org.apache.solr.common.cloud |
---|
Methods in org.apache.solr.common.cloud that return SolrZkClient | |
---|---|
SolrZkClient |
ZkStateReader.getZkClient()
|
Methods in org.apache.solr.common.cloud with parameters of type SolrZkClient | |
---|---|
void |
ZkCmdExecutor.ensureExists(String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode,
SolrZkClient zkClient)
|
void |
ZkCmdExecutor.ensureExists(String path,
SolrZkClient zkClient)
|
static ClusterState |
ClusterState.load(SolrZkClient zkClient,
Set<String> liveNodes,
ZkStateReader stateReader)
Create ClusterState by reading the current state from zookeeper. |
Constructors in org.apache.solr.common.cloud with parameters of type SolrZkClient | |
---|---|
ConnectionManager(String name,
SolrZkClient client,
String zkServerAddress,
ZkClientConnectionStrategy strat,
OnReconnect onConnect,
BeforeReconnect beforeReconnect)
|
|
ZkStateReader(SolrZkClient zkClient)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |