org.apache.accumulo.server.util
Class CheckForMetadataProblems

java.lang.Object
  extended by org.apache.accumulo.server.util.CheckForMetadataProblems

public class CheckForMetadataProblems
extends java.lang.Object


Constructor Summary
CheckForMetadataProblems()
           
 
Method Summary
static void checkMetadataTableEntries(boolean offline, boolean patch)
           
static void checkTable(java.lang.String tablename, java.util.TreeSet<KeyExtent> tablets, boolean patch)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckForMetadataProblems

public CheckForMetadataProblems()
Method Detail

checkTable

public static void checkTable(java.lang.String tablename,
                              java.util.TreeSet<KeyExtent> tablets,
                              boolean patch)

checkMetadataTableEntries

public static void checkMetadataTableEntries(boolean offline,
                                             boolean patch)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.