Class ServiceLabelEsDAO
- java.lang.Object
-
- org.apache.skywalking.oap.server.core.storage.AbstractDAO<ElasticSearchClient>
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.query.ServiceLabelEsDAO
-
- All Implemented Interfaces:
DAO,IServiceLabelDAO,org.apache.skywalking.oap.server.library.module.Service
public class ServiceLabelEsDAO extends EsDAO implements IServiceLabelDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description ServiceLabelEsDAO(ElasticSearchClient client, StorageModuleElasticsearchConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>queryAllLabels(String serviceId)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
ServiceLabelEsDAO
public ServiceLabelEsDAO(ElasticSearchClient client, StorageModuleElasticsearchConfig config)
-
-
Method Detail
-
queryAllLabels
public List<String> queryAllLabels(String serviceId)
- Specified by:
queryAllLabelsin interfaceIServiceLabelDAO
-
-