Class MetadataRepairTool

java.lang.Object
com.illumon.iris.db.tables.databases.MetadataRepairTool

public class MetadataRepairTool extends Object
Repair tool for Iris database metadata.
  • Constructor Details

    • MetadataRepairTool

      public MetadataRepairTool()
  • Method Details

    • main

      public static void main(String... args)
      Run the Metadata Repair Tool.
      Parameters:
      args - The arguments for this utility. There are three operating modes.
      Set set <set name> [fix] This mode will scan for, and optionally attempt to repair, any issues with an entire namespace set at once.
      Namespacenamespace <namespace name> [fix] This mode will scan for, and optionally attempt to repair, any issues with an entire namespace at once.
      Tabletable <namespace name> <table name> [fix] This mode will scan for, and optionally attempt to repair, any issues with a single table in a single namespace.