Class MetadataRepairTool
java.lang.Object
com.illumon.iris.db.tables.databases.MetadataRepairTool
Repair tool for Iris database metadata.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetadataRepairTool
public MetadataRepairTool()
-
-
Method Details
-
main
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. Namespace namespace <namespace name> [fix] This mode will scan for, and optionally attempt to repair, any issues with an entire namespace at once. Table table <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.
-