org.apache.accumulo.server.util
public class TableDiskUsage extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableDiskUsage.Printer |
| Constructor and Description |
|---|
TableDiskUsage() |
| Modifier and Type | Method and Description |
|---|---|
static Map<TreeSet<String>,Long> |
getDiskUsage(AccumuloConfiguration acuConf,
Set<String> tableIds,
VolumeManager fs,
Connector conn) |
static void |
main(String[] args) |
static void |
printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
VolumeManager fs,
Connector conn,
boolean humanReadable) |
static void |
printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
VolumeManager fs,
Connector conn,
TableDiskUsage.Printer printer,
boolean humanReadable) |
public static void printDiskUsage(AccumuloConfiguration acuConf, Collection<String> tables, VolumeManager fs, Connector conn, boolean humanReadable) throws TableNotFoundException, IOException
TableNotFoundExceptionIOExceptionpublic static Map<TreeSet<String>,Long> getDiskUsage(AccumuloConfiguration acuConf, Set<String> tableIds, VolumeManager fs, Connector conn) throws IOException
IOExceptionpublic static void printDiskUsage(AccumuloConfiguration acuConf, Collection<String> tables, VolumeManager fs, Connector conn, TableDiskUsage.Printer printer, boolean humanReadable) throws TableNotFoundException, IOException
TableNotFoundExceptionIOExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.