org.apache.solr.handler.component
Class ShardResponse

java.lang.Object
  extended by org.apache.solr.handler.component.ShardResponse

public final class ShardResponse
extends Object


Constructor Summary
ShardResponse()
           
 
Method Summary
 Throwable getException()
           
 String getShard()
           
 ShardRequest getShardRequest()
           
 SolrResponse getSolrResponse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShardResponse

public ShardResponse()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getException

public Throwable getException()

getShardRequest

public ShardRequest getShardRequest()

getSolrResponse

public SolrResponse getSolrResponse()

getShard

public String getShard()


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