Class RecordsQueryEsDAO
- 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.RecordsQueryEsDAO
-
- All Implemented Interfaces:
DAO,IRecordsQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class RecordsQueryEsDAO extends EsDAO implements IRecordsQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description RecordsQueryEsDAO(ElasticSearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Record>readRecords(RecordCondition condition, String valueColumnName, Duration duration)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
RecordsQueryEsDAO
public RecordsQueryEsDAO(ElasticSearchClient client)
-
-
Method Detail
-
readRecords
public List<Record> readRecords(RecordCondition condition, String valueColumnName, Duration duration) throws IOException
- Specified by:
readRecordsin interfaceIRecordsQueryDAO- Throws:
IOException
-
-