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

java.lang.Object
  extended by org.apache.accumulo.core.client.admin.DiskUsage

public class DiskUsage
extends Object


Field Summary
protected  SortedSet<String> tables
           
protected  Long usage
           
 
Constructor Summary
DiskUsage(SortedSet<String> tables, Long usage)
           
 
Method Summary
 boolean equals(Object o)
           
 SortedSet<String> getTables()
           
 Long getUsage()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tables

protected final SortedSet<String> tables

usage

protected Long usage
Constructor Detail

DiskUsage

public DiskUsage(SortedSet<String> tables,
                 Long usage)
Method Detail

getTables

public SortedSet<String> getTables()

getUsage

public Long getUsage()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Apache Accumulo Project. All rights reserved.