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
  • Constructor Details

    • Result

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

    • action

      public <T extends Writeable> T action()
    • getResponseResult

      public DocWriteResponse.Result getResponseResult()
    • updatedSourceAsMap

      public java.util.Map<java.lang.String,​java.lang.Object> updatedSourceAsMap()
    • updateSourceContentType

      public org.elasticsearch.common.xcontent.XContentType updateSourceContentType()