Class ShardResponse
- java.lang.Object
-
- org.apache.solr.handler.component.ShardResponse
-
public final class ShardResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ShardResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getException()
String
getNodeName()
String
getShard()
String
getShardAddress()
What was the shard address that returned this response.ShardRequest
getShardRequest()
org.apache.solr.client.solrj.SolrResponse
getSolrResponse()
void
setShardRequest(ShardRequest rsp)
void
setSolrResponse(org.apache.solr.client.solrj.SolrResponse rsp)
String
toString()
-
-
-
Method Detail
-
getException
public Throwable getException()
-
getShardRequest
public ShardRequest getShardRequest()
-
getSolrResponse
public org.apache.solr.client.solrj.SolrResponse getSolrResponse()
-
getShard
public String getShard()
-
getNodeName
public String getNodeName()
-
setShardRequest
public void setShardRequest(ShardRequest rsp)
-
setSolrResponse
public void setSolrResponse(org.apache.solr.client.solrj.SolrResponse rsp)
-
getShardAddress
public String getShardAddress()
What was the shard address that returned this response. Example: "http://localhost:8983/solr"
-
-