Uses of Class
org.openmetadata.service.exception.SinkException
-
Packages that use SinkException Package Description org.openmetadata.service.search.elasticSearch org.openmetadata.service.search.openSearch org.openmetadata.service.workflows.interfaces -
-
Uses of SinkException in org.openmetadata.service.search.elasticSearch
Methods in org.openmetadata.service.search.elasticSearch that throw SinkException Modifier and Type Method Description org.elasticsearch.action.bulk.BulkResponseElasticSearchIndexSink. write(org.elasticsearch.action.bulk.BulkRequest data, Map<String,Object> contextData) -
Uses of SinkException in org.openmetadata.service.search.openSearch
Methods in org.openmetadata.service.search.openSearch that throw SinkException Modifier and Type Method Description org.opensearch.action.bulk.BulkResponseOpenSearchIndexSink. write(org.opensearch.action.bulk.BulkRequest data, Map<String,Object> contextData) -
Uses of SinkException in org.openmetadata.service.workflows.interfaces
Methods in org.openmetadata.service.workflows.interfaces that throw SinkException Modifier and Type Method Description OSink. write(I data, Map<String,Object> contextData)
-