org.apache.accumulo.core.util
Class TableDiskUsage

java.lang.Object
  extended by org.apache.accumulo.core.util.TableDiskUsage

public class TableDiskUsage
extends Object


Constructor Summary
TableDiskUsage()
           
 
Method Summary
static void printDiskUsage(AccumuloConfiguration acuConf, Collection<String> tables, org.apache.hadoop.fs.FileSystem fs, Connector conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDiskUsage

public TableDiskUsage()
Method Detail

printDiskUsage

public static void printDiskUsage(AccumuloConfiguration acuConf,
                                  Collection<String> tables,
                                  org.apache.hadoop.fs.FileSystem fs,
                                  Connector conn)
                           throws TableNotFoundException,
                                  IOException
Throws:
TableNotFoundException
IOException


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