Class UpdateHelper.Result

java.lang.Object
org.elasticsearch.action.update.UpdateHelper.Result
Enclosing class:
UpdateHelper

public static class UpdateHelper.Result
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Result​(Writeable action, DocWriteResponse.Result result, java.util.Map<java.lang.String,​java.lang.Object> updatedSourceAsMap, org.elasticsearch.common.xcontent.XContentType updateSourceContentType)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Writeable>
    T
    action()  
    DocWriteResponse.Result getResponseResult()  
    java.util.Map<java.lang.String,​java.lang.Object> updatedSourceAsMap()  
    org.elasticsearch.common.xcontent.XContentType updateSourceContentType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait