org.apache.solr.update
Class SolrCmdDistributor.StdNode

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

public static class SolrCmdDistributor.StdNode
extends SolrCmdDistributor.Node


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

Field Detail

nodeProps

protected ZkCoreNodeProps nodeProps
Constructor Detail

SolrCmdDistributor.StdNode

public SolrCmdDistributor.StdNode(ZkCoreNodeProps nodeProps)
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in class SolrCmdDistributor.Node

toString

public String toString()
Overrides:
toString in class Object

checkRetry

public boolean checkRetry()
Specified by:
checkRetry in class SolrCmdDistributor.Node

getBaseUrl

public String getBaseUrl()
Specified by:
getBaseUrl in class SolrCmdDistributor.Node

getCoreName

public String getCoreName()
Specified by:
getCoreName in class SolrCmdDistributor.Node

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getNodeProps

public ZkCoreNodeProps getNodeProps()
Specified by:
getNodeProps in class SolrCmdDistributor.Node


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