org.apache.solr.update
Class SolrCmdDistributor.Node

java.lang.Object
  extended by org.apache.solr.update.SolrCmdDistributor.Node
Direct Known Subclasses:
SolrCmdDistributor.StdNode
Enclosing class:
SolrCmdDistributor

public abstract static class SolrCmdDistributor.Node
extends Object


Constructor Summary
SolrCmdDistributor.Node()
           
 
Method Summary
abstract  boolean checkRetry()
           
abstract  String getBaseUrl()
           
abstract  String getCoreName()
           
abstract  ZkCoreNodeProps getNodeProps()
           
abstract  String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrCmdDistributor.Node

public SolrCmdDistributor.Node()
Method Detail

getUrl

public abstract String getUrl()

checkRetry

public abstract boolean checkRetry()

getCoreName

public abstract String getCoreName()

getBaseUrl

public abstract String getBaseUrl()

getNodeProps

public abstract ZkCoreNodeProps getNodeProps()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.