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

java.lang.Object
  extended by org.elasticsearch.action.support.master.MasterNodeOperationRequest
      extended by org.elasticsearch.action.admin.indices.exists.IndicesExistsRequest
All Implemented Interfaces:
ActionRequest, Streamable

public class IndicesExistsRequest
extends MasterNodeOperationRequest


Constructor Summary
IndicesExistsRequest(java.lang.String... indices)
           
 
Method Summary
 java.lang.String[] indices()
           
 void indices(java.lang.String[] indices)
           
 void readFrom(StreamInput in)
           
 ActionRequestValidationException validate()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequest
listenerThreaded, listenerThreaded, masterNodeTimeout, masterNodeTimeout, masterNodeTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicesExistsRequest

public IndicesExistsRequest(java.lang.String... indices)
Method Detail

indices

public java.lang.String[] indices()

indices

public void indices(java.lang.String[] indices)

validate

public ActionRequestValidationException validate()

readFrom

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

writeTo

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