org.elasticsearch.action.delete.index
Class ShardDeleteResponse

java.lang.Object
  extended by org.elasticsearch.action.delete.index.ShardDeleteResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class ShardDeleteResponse
extends java.lang.Object
implements ActionResponse, Streamable

Delete response executed on a specific shard.


Constructor Summary
ShardDeleteResponse()
           
 
Method Summary
 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
 

Constructor Detail

ShardDeleteResponse

public ShardDeleteResponse()
Method Detail

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