Package | Description |
---|---|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
SolrZkClient |
ZkStateReader.getZkClient() |
Modifier and Type | Method and Description |
---|---|
void |
ZkCmdExecutor.ensureExists(String path,
byte[] data,
org.apache.zookeeper.CreateMode createMode,
SolrZkClient zkClient) |
void |
ZkCmdExecutor.ensureExists(String path,
SolrZkClient zkClient) |
Constructor and Description |
---|
ConnectionManager(String name,
SolrZkClient client,
String zkServerAddress,
ZkClientConnectionStrategy strat,
OnReconnect onConnect,
BeforeReconnect beforeReconnect) |
ZkConfigManager(SolrZkClient zkClient)
Creates a new ZkConfigManager
|
ZkStateReader(SolrZkClient zkClient) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.