java.lang.Object
org.apache.skywalking.oap.server.library.client.elasticsearch.IndexRequestWrapper
所有已实现的接口:
InsertRequest, PrepareRequest

public class IndexRequestWrapper extends Object implements InsertRequest
  • 字段详细资料

  • 构造器详细资料

    • IndexRequestWrapper

      public IndexRequestWrapper(String index, String type, String id, Map<String,?> source)
    • IndexRequestWrapper

      public IndexRequestWrapper(String index, String type, String id, Optional<String> routing, Map<String,?> source)
    • IndexRequestWrapper

      protected IndexRequestWrapper()
      Expose an empty constructor to lazy initialization.
  • 方法详细资料