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()
    • 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)
    • deployPipelines

      public Integer deployPipelines()
    • migrateSecrets

      public Integer migrateSecrets()
    • main

      public static void main(String... args)