Class HistoryDeleteEsDAO
- 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.base.HistoryDeleteEsDAO
-
- All Implemented Interfaces:
DAO,IHistoryDeleteDAO,org.apache.skywalking.oap.server.library.module.Service
public class HistoryDeleteEsDAO extends EsDAO implements IHistoryDeleteDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description HistoryDeleteEsDAO(ElasticSearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteHistory(Model model, String timeBucketColumnName, int ttl)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
HistoryDeleteEsDAO
public HistoryDeleteEsDAO(ElasticSearchClient client)
-
-
Method Detail
-
deleteHistory
public void deleteHistory(Model model, String timeBucketColumnName, int ttl)
- Specified by:
deleteHistoryin interfaceIHistoryDeleteDAO
-
-