Class TagAutoCompleteQueryDAO
- 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.TagAutoCompleteQueryDAO
-
- All Implemented Interfaces:
DAO,ITagAutoCompleteQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class TagAutoCompleteQueryDAO extends EsDAO implements ITagAutoCompleteQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description TagAutoCompleteQueryDAO(ElasticSearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>queryTagAutocompleteKeys(TagType tagType, int limit, Duration duration)Set<String>queryTagAutocompleteValues(TagType tagType, String tagKey, int limit, Duration duration)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
TagAutoCompleteQueryDAO
public TagAutoCompleteQueryDAO(ElasticSearchClient client)
-
-
Method Detail
-
queryTagAutocompleteKeys
public Set<String> queryTagAutocompleteKeys(TagType tagType, int limit, Duration duration) throws IOException
- Specified by:
queryTagAutocompleteKeysin interfaceITagAutoCompleteQueryDAO- Throws:
IOException
-
queryTagAutocompleteValues
public Set<String> queryTagAutocompleteValues(TagType tagType, String tagKey, int limit, Duration duration) throws IOException
- Specified by:
queryTagAutocompleteValuesin interfaceITagAutoCompleteQueryDAO- Throws:
IOException
-
-