Package org.apache.solr.update
Class SolrCmdDistributor.ForwardNode
- java.lang.Object
-
- org.apache.solr.update.SolrCmdDistributor.Node
-
- org.apache.solr.update.SolrCmdDistributor.StdNode
-
- org.apache.solr.update.SolrCmdDistributor.ForwardNode
-
- Enclosing class:
- SolrCmdDistributor
public static class SolrCmdDistributor.ForwardNode extends SolrCmdDistributor.StdNode
-
-
Field Summary
-
Fields inherited from class org.apache.solr.update.SolrCmdDistributor.StdNode
collection, nodeProps, shardId
-
-
Constructor Summary
Constructors Constructor Description ForwardNode(ZkCoreNodeProps nodeProps, ZkStateReader zkStateReader, String collection, String shardId, int maxRetries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkRetry(SolrCmdDistributor.Error err)
boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class org.apache.solr.update.SolrCmdDistributor.StdNode
getBaseUrl, getCollection, getCoreName, getMaxRetries, getNodeProps, getShardId, getUrl, toString
-
-
-
-
Constructor Detail
-
ForwardNode
public ForwardNode(ZkCoreNodeProps nodeProps, ZkStateReader zkStateReader, String collection, String shardId, int maxRetries)
-
-
Method Detail
-
checkRetry
public boolean checkRetry(SolrCmdDistributor.Error err)
- Overrides:
checkRetry
in classSolrCmdDistributor.StdNode
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSolrCmdDistributor.StdNode
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classSolrCmdDistributor.StdNode
-
-