Package org.apache.accumulo.server.util
Class CheckForMetadataProblems
- java.lang.Object
-
- org.apache.accumulo.server.util.CheckForMetadataProblems
-
public class CheckForMetadataProblems extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckForMetadataProblems()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkMetadataAndRootTableEntries(String tableNameToCheck, ServerUtilOpts opts)
static void
checkTable(String tablename, TreeSet<KeyExtent> tablets)
static void
main(String[] args)
-
-
-
Method Detail
-
checkMetadataAndRootTableEntries
public static void checkMetadataAndRootTableEntries(String tableNameToCheck, ServerUtilOpts opts) throws Exception
- Throws:
Exception
-
-