| Package | Description |
|---|---|
| org.apache.skywalking.library.elasticsearch.client | |
| org.apache.skywalking.library.elasticsearch.requests.factory |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexClient.create(String name,
Mappings mappings,
Map<String,?> settings) |
boolean |
TemplateClient.createOrUpdate(String name,
Map<String,Object> settings,
Mappings mappings,
int order) |
boolean |
IndexClient.putMapping(String name,
String type,
Mappings mapping) |
| Modifier and Type | Method and Description |
|---|---|
com.linecorp.armeria.common.HttpRequest |
IndexFactory.create(String index,
Mappings mappings,
Map<String,?> settings)
Returns a request to create an index of name
index. |
com.linecorp.armeria.common.HttpRequest |
TemplateFactory.createOrUpdate(String name,
Map<String,?> settings,
Mappings mappings,
int order)
Returns a request to create or update a template of
name with the given settings, mappings and order. |
com.linecorp.armeria.common.HttpRequest |
IndexFactory.putMapping(String index,
String type,
Mappings mappings)
Returns a request to update the
mappings of an index of name index. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.