Class ProfileTaskLogEsDAO
- 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.ProfileTaskLogEsDAO
-
- All Implemented Interfaces:
DAO,IProfileTaskLogQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class ProfileTaskLogEsDAO extends EsDAO implements IProfileTaskLogQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description ProfileTaskLogEsDAO(ElasticSearchClient client, int profileTaskQueryMaxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProfileTaskLog>getTaskLogList()-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
ProfileTaskLogEsDAO
public ProfileTaskLogEsDAO(ElasticSearchClient client, int profileTaskQueryMaxSize)
-
-
Method Detail
-
getTaskLogList
public List<ProfileTaskLog> getTaskLogList() throws IOException
- Specified by:
getTaskLogListin interfaceIProfileTaskLogQueryDAO- Throws:
IOException
-
-