org.elasticsearch.action.delete.index
Class IndexDeleteRequest

java.lang.Object
  extended by org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
      extended by org.elasticsearch.action.delete.index.IndexDeleteRequest
All Implemented Interfaces:
ActionRequest, Streamable

public class IndexDeleteRequest
extends IndexReplicationOperationRequest


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
consistencyLevel, index, replicationType, timeout
 
Constructor Summary
IndexDeleteRequest(DeleteRequest request)
           
 
Method Summary
 String id()
           
 void readFrom(StreamInput in)
           
 boolean refresh()
           
 String type()
           
 long version()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
consistencyLevel, index, index, listenerThreaded, listenerThreaded, replicationType, timeout, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexDeleteRequest

public IndexDeleteRequest(DeleteRequest request)
Method Detail

type

public String type()

id

public String id()

refresh

public boolean refresh()

version

public long version()

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class IndexReplicationOperationRequest
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class IndexReplicationOperationRequest
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.