org.elasticsearch.action.bulk
Class BulkShardResponse

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

public class BulkShardResponse
extends java.lang.Object
implements ActionResponse


Method Summary
 void readFrom(StreamInput in)
           
 BulkItemResponse[] responses()
           
 ShardId shardId()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shardId

public ShardId shardId()

responses

public BulkItemResponse[] responses()

readFrom

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

writeTo

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