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 boolean
checkRetry(SolrCmdDistributor.Error e)
abstract String
getBaseUrl()
abstract String
getCollection()
abstract String
getCoreName()
abstract int
getMaxRetries()
abstract ZkCoreNodeProps
getNodeProps()
abstract String
getShardId()
abstract String
getUrl()
-
-
-
Method Detail
-
getUrl
public abstract String getUrl()
-
checkRetry
public abstract boolean checkRetry(SolrCmdDistributor.Error e)
-
getCoreName
public abstract String getCoreName()
-
getBaseUrl
public abstract String getBaseUrl()
-
getNodeProps
public abstract ZkCoreNodeProps getNodeProps()
-
getCollection
public abstract String getCollection()
-
getShardId
public abstract String getShardId()
-
getMaxRetries
public abstract int getMaxRetries()
-
-