Package org.apache.solr.update
Class SolrCmdDistributor.Node
- java.lang.Object
-
- org.apache.solr.update.SolrCmdDistributor.Node
-
- Direct Known Subclasses:
SolrCmdDistributor.StdNode
- Enclosing class:
- SolrCmdDistributor
public abstract static class SolrCmdDistributor.Node extends Object
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleancheckRetry(SolrCmdDistributor.SolrError e)abstract StringgetBaseUrl()abstract StringgetCollection()abstract StringgetCoreName()abstract intgetMaxRetries()abstract org.apache.solr.common.cloud.ZkCoreNodePropsgetNodeProps()abstract StringgetShardId()abstract StringgetUrl()
-
-
-
Method Detail
-
getUrl
public abstract String getUrl()
-
checkRetry
public abstract boolean checkRetry(SolrCmdDistributor.SolrError e)
-
getCoreName
public abstract String getCoreName()
-
getBaseUrl
public abstract String getBaseUrl()
-
getNodeProps
public abstract org.apache.solr.common.cloud.ZkCoreNodeProps getNodeProps()
-
getCollection
public abstract String getCollection()
-
getShardId
public abstract String getShardId()
-
getMaxRetries
public abstract int getMaxRetries()
-
-