org.elasticsearch.action.get
Class MultiGetShardResponse

java.lang.Object
  extended by org.elasticsearch.action.get.MultiGetShardResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class MultiGetShardResponse
extends Object
implements ActionResponse


Method Summary
 void add(int location, GetResponse response)
           
 void add(int location, MultiGetResponse.Failure failure)
           
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(int location,
                GetResponse response)

add

public void add(int location,
                MultiGetResponse.Failure failure)

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.