java.lang.Object
org.apache.skywalking.oap.server.library.client.elasticsearch.UpdateRequestWrapper
All Implemented Interfaces:
PrepareRequest, UpdateRequest

public class UpdateRequestWrapper extends Object implements UpdateRequest
  • Field Details

  • Constructor Details

    • UpdateRequestWrapper

      public UpdateRequestWrapper(String index, String type, String id, Map<String,Object> source)
    • UpdateRequestWrapper

      protected UpdateRequestWrapper()
      Expose an empty constructor to lazy initialization.
  • Method Details