Class MetaDataIndexTemplateService.PutResponse

java.lang.Object
org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
Enclosing class:
MetaDataIndexTemplateService

public static class MetaDataIndexTemplateService.PutResponse
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PutResponse​(boolean acknowledged)  
  • Method Summary

    Modifier and Type Method Description
    boolean acknowledged()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PutResponse

      public PutResponse​(boolean acknowledged)
  • Method Details