Class OpenMetadataOperations

java.lang.Object
org.openmetadata.service.util.OpenMetadataOperations
All Implemented Interfaces:
Callable<Integer>

public class OpenMetadataOperations extends Object implements Callable<Integer>
  • Constructor Details

    • OpenMetadataOperations

      public OpenMetadataOperations()
  • Method Details

    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>
    • info

      public Integer info()
    • validate

      public Integer validate()
    • repair

      public Integer repair()
    • syncEmailFromEnv

      public Integer syncEmailFromEnv()
    • checkConnection

      public Integer checkConnection()
    • dropCreate

      public Integer dropCreate()
    • migrate

      public Integer migrate(boolean force)
    • changelog

      public Integer changelog()
    • reIndex

      public Integer reIndex(int batchSize, boolean recreateIndexes)
    • getValueOrUnavailable

      public String getValueOrUnavailable(Object obj)
    • deployPipelines

      public Integer deployPipelines()
    • migrateSecrets

      public Integer migrateSecrets()
    • analyzeTables

      public Integer analyzeTables()
    • printToAsciiTable

      public static void printToAsciiTable(List<String> columns, List<List<String>> rows, String emptyText)
    • main

      public static void main(String... args)