public class DiskUsage extends Object
protected SortedSet<String>
tables
protected Long
usage
DiskUsage(SortedSet<String> tables, Long usage)
boolean
equals(Object o)
SortedSet<String>
getTables()
Long
getUsage()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final SortedSet<String> tables
protected Long usage
public DiskUsage(SortedSet<String> tables, Long usage)
public SortedSet<String> getTables()
public Long getUsage()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.