Uses of Class
org.apache.accumulo.core.client.admin.DiskUsage

Packages that use DiskUsage
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
 

Uses of DiskUsage in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin that return types with arguments of type DiskUsage
 List<DiskUsage> TableOperations.getDiskUsage(Set<String> tables)
          Gets the number of bytes being used in the files for a set of tables
 

Uses of DiskUsage in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return types with arguments of type DiskUsage
 List<DiskUsage> TableOperationsImpl.getDiskUsage(Set<String> tableNames)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.