Class AlarmQueryEsDAO
- 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.AlarmQueryEsDAO
-
- All Implemented Interfaces:
DAO,IAlarmQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class AlarmQueryEsDAO extends EsDAO implements IAlarmQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
Fields inherited from interface org.apache.skywalking.oap.server.core.storage.query.IAlarmQueryDAO
GSON
-
-
Constructor Summary
Constructors Constructor Description AlarmQueryEsDAO(ElasticSearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlarmsgetAlarm(Integer scopeId, String keyword, int limit, int from, Duration duration, List<Tag> tags)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.skywalking.oap.server.core.storage.query.IAlarmQueryDAO
parserDataBinary, parserDataBinaryBase64
-
-
-
-
Constructor Detail
-
AlarmQueryEsDAO
public AlarmQueryEsDAO(ElasticSearchClient client)
-
-
Method Detail
-
getAlarm
public Alarms getAlarm(Integer scopeId, String keyword, int limit, int from, Duration duration, List<Tag> tags) throws IOException
- Specified by:
getAlarmin interfaceIAlarmQueryDAO- Throws:
IOException
-
-