org.elasticsearch.action.admin.indices.exists
Class IndicesExistsResponse

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.exists.IndicesExistsResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class IndicesExistsResponse
extends Object
implements ActionResponse, Streamable


Constructor Summary
IndicesExistsResponse(boolean exists)
           
 
Method Summary
 boolean exists()
           
 boolean isExists()
           
 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

IndicesExistsResponse

public IndicesExistsResponse(boolean exists)
Method Detail

exists

public boolean exists()

isExists

public boolean isExists()

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.