Class SpanAttachedEventEsDAO
- 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.SpanAttachedEventEsDAO
-
- All Implemented Interfaces:
DAO,ISpanAttachedEventQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class SpanAttachedEventEsDAO extends EsDAO implements ISpanAttachedEventQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description SpanAttachedEventEsDAO(ElasticSearchClient client, StorageModuleElasticsearchConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SpanAttachedEventRecord>querySpanAttachedEvents(SpanAttachedEventTraceType type, List<String> traceIds)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
SpanAttachedEventEsDAO
public SpanAttachedEventEsDAO(ElasticSearchClient client, StorageModuleElasticsearchConfig config)
-
-
Method Detail
-
querySpanAttachedEvents
public List<SpanAttachedEventRecord> querySpanAttachedEvents(SpanAttachedEventTraceType type, List<String> traceIds) throws IOException
- Specified by:
querySpanAttachedEventsin interfaceISpanAttachedEventQueryDAO- Throws:
IOException
-
-