Class ReindexingUtil
java.lang.Object
org.openmetadata.service.workflows.searchIndex.ReindexingUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic List<EntityError>getErrorsFromBulkResponse(es.org.elasticsearch.action.bulk.BulkResponse response) static List<EntityError>getErrorsFromBulkResponse(os.org.opensearch.action.bulk.BulkResponse response) static intgetSuccessFromBulkResponse(os.org.opensearch.action.bulk.BulkResponse response) static intgetSuccessFromBulkResponseEs(es.org.elasticsearch.action.bulk.BulkResponse response) static intgetTotalRequestToProcess(Set<String> entities, CollectionDAO dao) static voidgetUpdatedStats(StepStats stats, int currentSuccess, int currentFailed) static booleanisDataInsightIndex(String entityType)
-
Field Details
-
ENTITY_TYPE_KEY
- See Also:
-
-
Method Details
-
getUpdatedStats
-
isDataInsightIndex
-
getTotalRequestToProcess
-
getSuccessFromBulkResponse
public static int getSuccessFromBulkResponse(os.org.opensearch.action.bulk.BulkResponse response) -
getErrorsFromBulkResponse
public static List<EntityError> getErrorsFromBulkResponse(os.org.opensearch.action.bulk.BulkResponse response) -
getErrorsFromBulkResponse
public static List<EntityError> getErrorsFromBulkResponse(es.org.elasticsearch.action.bulk.BulkResponse response) -
getSuccessFromBulkResponseEs
public static int getSuccessFromBulkResponseEs(es.org.elasticsearch.action.bulk.BulkResponse response)
-