public class SolrCloudConnectorConfiguration extends Object
SolrCloudConnector.| Constructor and Description |
|---|
SolrCloudConnectorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxShardsPerNode() |
String |
getPrefix() |
String |
getZkConnection() |
boolean |
isDeployCores() |
void |
setDeployCores(boolean deployCores) |
void |
setMaxShardsPerNode(int maxShardsPerNode) |
void |
setPrefix(String prefix) |
void |
setZkConnection(String zkConnection) |
public String getZkConnection()
public void setZkConnection(String zkConnection)
public String getPrefix()
public void setPrefix(String prefix)
public void setMaxShardsPerNode(int maxShardsPerNode)
public Integer getMaxShardsPerNode()
public boolean isDeployCores()
public void setDeployCores(boolean deployCores)
Copyright © 2017 redlink GmbH. All rights reserved.