org.apache.accumulo.core.util
Class TableDiskUsage

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

public class TableDiskUsage
extends Object


Nested Class Summary
static interface TableDiskUsage.Printer
           
 
Constructor Summary
TableDiskUsage()
           
 
Method Summary
static String humanReadableBytes(long bytes)
           
static void printDiskUsage(AccumuloConfiguration acuConf, Collection<String> tables, org.apache.hadoop.fs.FileSystem fs, Connector conn, boolean humanReadable)
           
static void printDiskUsage(AccumuloConfiguration acuConf, Collection<String> tables, org.apache.hadoop.fs.FileSystem fs, Connector conn, TableDiskUsage.Printer printer, boolean humanReadable)
           
 
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,
                                  boolean humanReadable)
                           throws TableNotFoundException,
                                  IOException
Throws:
TableNotFoundException
IOException

printDiskUsage

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

humanReadableBytes

public static String humanReadableBytes(long bytes)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.