Uses of Class
org.apache.skywalking.oap.server.library.client.elasticsearch.IndexRequestWrapper
-
Packages that use IndexRequestWrapper Package Description org.apache.skywalking.oap.server.library.client.elasticsearch -
-
Uses of IndexRequestWrapper in org.apache.skywalking.oap.server.library.client.elasticsearch
Methods in org.apache.skywalking.oap.server.library.client.elasticsearch that return IndexRequestWrapper Modifier and Type Method Description IndexRequestWrapperElasticSearchClient. prepareInsert(String indexName, String id, Map<String,Object> source)IndexRequestWrapperElasticSearchClient. prepareInsert(String indexName, String id, Optional<String> routingValue, Map<String,Object> source)
-