Class AggregationQueryEsDAO
- 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.AggregationQueryEsDAO
-
- All Implemented Interfaces:
DAO,IAggregationQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class AggregationQueryEsDAO extends EsDAO implements IAggregationQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description AggregationQueryEsDAO(ElasticSearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SelectedRecord>sortMetrics(TopNCondition condition, String valueColumnName, Duration duration, List<KeyValue> additionalConditions)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
AggregationQueryEsDAO
public AggregationQueryEsDAO(ElasticSearchClient client)
-
-
Method Detail
-
sortMetrics
public List<SelectedRecord> sortMetrics(TopNCondition condition, String valueColumnName, Duration duration, List<KeyValue> additionalConditions)
- Specified by:
sortMetricsin interfaceIAggregationQueryDAO
-
-