org.elasticsearch.action.admin.indices.template.delete
Class DeleteIndexTemplateResponse

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class DeleteIndexTemplateResponse
extends Object
implements ActionResponse, Streamable

A response for a delete index template.


Method Summary
 boolean acknowledged()
           
 boolean getAcknowledged()
           
 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
 

Method Detail

acknowledged

public boolean acknowledged()

getAcknowledged

public boolean getAcknowledged()

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.