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 Object
implements ActionResponse, Streamable

Delete response executed on a specific shard.


Constructor Summary
ShardDeleteResponse()
           
ShardDeleteResponse(long version, boolean notFound)
           
 
Method Summary
 boolean notFound()
           
 void readFrom(StreamInput in)
           
 long version()
           
 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()

ShardDeleteResponse

public ShardDeleteResponse(long version,
                           boolean notFound)
Method Detail

version

public long version()

notFound

public boolean notFound()

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.