Class BrowserLogQueryEsDAO
- 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.BrowserLogQueryEsDAO
-
- All Implemented Interfaces:
DAO,IBrowserLogQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class BrowserLogQueryEsDAO extends EsDAO implements IBrowserLogQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description BrowserLogQueryEsDAO(ElasticSearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrowserErrorLogsqueryBrowserErrorLogs(String serviceId, String serviceVersionId, String pagePathId, BrowserErrorCategory category, Duration duration, int limit, int from)-
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.IBrowserLogQueryDAO
parserDataBinary, parserDataBinary
-
-
-
-
Constructor Detail
-
BrowserLogQueryEsDAO
public BrowserLogQueryEsDAO(ElasticSearchClient client)
-
-
Method Detail
-
queryBrowserErrorLogs
public BrowserErrorLogs queryBrowserErrorLogs(String serviceId, String serviceVersionId, String pagePathId, BrowserErrorCategory category, Duration duration, int limit, int from) throws IOException
- Specified by:
queryBrowserErrorLogsin interfaceIBrowserLogQueryDAO- Throws:
IOException
-
-