| Package | Description |
|---|---|
| org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionStrategy
TODO: improve backoff retry impl
|
| Modifier and Type | Method and Description |
|---|---|
ZkClientConnectionStrategy |
SolrZkClient.getZkClientConnectionStrategy() |
| Constructor and Description |
|---|
SolrZkClient(String zkServerAddress,
int zkClientTimeout,
ZkClientConnectionStrategy strat,
OnReconnect onReconnect) |
SolrZkClient(String zkServerAddress,
int zkClientTimeout,
ZkClientConnectionStrategy strat,
OnReconnect onReconnect,
int clientConnectTimeout) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.