Class RecordEsDAO
- 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.RecordEsDAO
-
- All Implemented Interfaces:
DAO,IRecordDAO,org.apache.skywalking.oap.server.library.module.Service
public class RecordEsDAO extends EsDAO implements IRecordDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description RecordEsDAO(ElasticSearchClient client, StorageBuilder<Record> storageBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertRequestprepareBatchInsert(Model model, Record record)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
RecordEsDAO
public RecordEsDAO(ElasticSearchClient client, StorageBuilder<Record> storageBuilder)
-
-
Method Detail
-
prepareBatchInsert
public InsertRequest prepareBatchInsert(Model model, Record record) throws IOException
- Specified by:
prepareBatchInsertin interfaceIRecordDAO- Throws:
IOException
-
-