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) |
static ClusterState |
ClusterState.load(SolrZkClient zkClient,
Set<String> liveNodes)
Create ClusterState by reading the current state from zookeeper.
|
Constructor and Description |
---|
ZkStateReader(SolrZkClient zkClient) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.