org.apache.accumulo.server.util
Class CheckForMetadataProblems

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

public class CheckForMetadataProblems
extends Object


Constructor Summary
CheckForMetadataProblems()
           
 
Method Summary
static void checkMetadataTableEntries(org.apache.accumulo.server.util.CheckForMetadataProblems.Opts opts, org.apache.hadoop.fs.FileSystem fs)
           
static void checkTable(String tablename, TreeSet<KeyExtent> tablets, org.apache.accumulo.server.util.CheckForMetadataProblems.Opts opts)
           
static void main(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(String tablename,
                              TreeSet<KeyExtent> tablets,
                              org.apache.accumulo.server.util.CheckForMetadataProblems.Opts opts)
                       throws AccumuloSecurityException
Throws:
AccumuloSecurityException

checkMetadataTableEntries

public static void checkMetadataTableEntries(org.apache.accumulo.server.util.CheckForMetadataProblems.Opts opts,
                                             org.apache.hadoop.fs.FileSystem fs)
                                      throws Exception
Throws:
Exception

main

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.