Class ElasticSearchIndexSink
java.lang.Object
org.openmetadata.service.search.elasticsearch.ElasticSearchIndexSink
- All Implemented Interfaces:
Sink<es.org.elasticsearch.action.bulk.BulkRequest,,es.org.elasticsearch.action.bulk.BulkResponse> Stats
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElasticSearchIndexSink
-
-
Method Details
-
write
public es.org.elasticsearch.action.bulk.BulkResponse write(es.org.elasticsearch.action.bulk.BulkRequest data, Map<String, Object> contextData) throws SearchIndexException- Specified by:
writein interfaceSink<es.org.elasticsearch.action.bulk.BulkRequest,es.org.elasticsearch.action.bulk.BulkResponse> - Throws:
SearchIndexException
-
updateStats
public void updateStats(int currentSuccess, int currentFailed) - Specified by:
updateStatsin interfaceStats
-
getStats
-