Class NoneStreamEsDAO
- 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.NoneStreamEsDAO
-
- All Implemented Interfaces:
DAO,INoneStreamDAO,org.apache.skywalking.oap.server.library.module.Service
public class NoneStreamEsDAO extends EsDAO implements INoneStreamDAO
Synchronize storage Elasticsearch implements
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description NoneStreamEsDAO(ElasticSearchClient client, StorageBuilder<NoneStream> storageBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinsert(Model model, NoneStream noneStream)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
NoneStreamEsDAO
public NoneStreamEsDAO(ElasticSearchClient client, StorageBuilder<NoneStream> storageBuilder)
-
-
Method Detail
-
insert
public void insert(Model model, NoneStream noneStream) throws IOException
- Specified by:
insertin interfaceINoneStreamDAO- Throws:
IOException
-
-