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 Details

    • Node

      public Node()
  • Method Details

    • 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()