org.elasticsearch.cluster.metadata
Class MetaDataService.PutMappingResult

java.lang.Object
  extended by org.elasticsearch.cluster.metadata.MetaDataService.PutMappingResult
Enclosing class:
MetaDataService

public static class MetaDataService.PutMappingResult
extends java.lang.Object

The result of a putting mapping.


Constructor Summary
MetaDataService.PutMappingResult(boolean acknowledged)
           
 
Method Summary
 boolean acknowledged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataService.PutMappingResult

public MetaDataService.PutMappingResult(boolean acknowledged)
Method Detail

acknowledged

public boolean acknowledged()