Class ReindexingUtil

java.lang.Object
org.openmetadata.service.workflows.searchIndex.ReindexingUtil

public class ReindexingUtil extends Object
  • Field Details

  • Method Details

    • getUpdatedStats

      public static void getUpdatedStats(StepStats stats, int currentSuccess, int currentFailed)
    • isDataInsightIndex

      public static boolean isDataInsightIndex(String entityType)
    • getTotalRequestToProcess

      public static int getTotalRequestToProcess(Set<String> entities, CollectionDAO dao)
    • 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)