public static class SolrCmdDistributor.StdNode extends SolrCmdDistributor.Node
| Modifier and Type | Field and Description |
|---|---|
protected String |
collection |
protected ZkCoreNodeProps |
nodeProps |
protected String |
shardId |
| Constructor and Description |
|---|
SolrCmdDistributor.StdNode(ZkCoreNodeProps nodeProps) |
SolrCmdDistributor.StdNode(ZkCoreNodeProps nodeProps,
String collection,
String shardId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkRetry() |
boolean |
equals(Object obj) |
String |
getBaseUrl() |
String |
getCollection() |
String |
getCoreName() |
ZkCoreNodeProps |
getNodeProps() |
String |
getShardId() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
protected ZkCoreNodeProps nodeProps
protected String collection
protected String shardId
public SolrCmdDistributor.StdNode(ZkCoreNodeProps nodeProps)
public SolrCmdDistributor.StdNode(ZkCoreNodeProps nodeProps, String collection, String shardId)
public String getCollection()
getCollection in class SolrCmdDistributor.Nodepublic String getShardId()
getShardId in class SolrCmdDistributor.Nodepublic String getUrl()
getUrl in class SolrCmdDistributor.Nodepublic boolean checkRetry()
checkRetry in class SolrCmdDistributor.Nodepublic String getBaseUrl()
getBaseUrl in class SolrCmdDistributor.Nodepublic String getCoreName()
getCoreName in class SolrCmdDistributor.Nodepublic ZkCoreNodeProps getNodeProps()
getNodeProps in class SolrCmdDistributor.NodeCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.