org.apache.accumulo.core.client.impl.thrift
Class TDiskUsage

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.thrift.TDiskUsage
All Implemented Interfaces:
Serializable, Cloneable, Comparable<TDiskUsage>, org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

public class TDiskUsage
extends Object
implements org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>, Serializable, Cloneable, Comparable<TDiskUsage>

See Also:
Serialized Form

Nested Class Summary
static class TDiskUsage._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static Map<TDiskUsage._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 List<String> tables
           
 long usage
           
 
Constructor Summary
TDiskUsage()
           
TDiskUsage(List<String> tables, long usage)
           
TDiskUsage(TDiskUsage other)
          Performs a deep copy on other.
 
Method Summary
 void addToTables(String elem)
           
 void clear()
           
 int compareTo(TDiskUsage other)
           
 TDiskUsage deepCopy()
           
 boolean equals(Object that)
           
 boolean equals(TDiskUsage that)
           
 TDiskUsage._Fields fieldForId(int fieldId)
           
 Object getFieldValue(TDiskUsage._Fields field)
           
 List<String> getTables()
           
 Iterator<String> getTablesIterator()
           
 int getTablesSize()
           
 long getUsage()
           
 int hashCode()
           
 boolean isSet(TDiskUsage._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetTables()
          Returns true if field tables is set (has been assigned a value) and false otherwise
 boolean isSetUsage()
          Returns true if field usage is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setFieldValue(TDiskUsage._Fields field, Object value)
           
 TDiskUsage setTables(List<String> tables)
           
 void setTablesIsSet(boolean value)
           
 TDiskUsage setUsage(long usage)
           
 void setUsageIsSet(boolean value)
           
 String toString()
           
 void unsetTables()
           
 void unsetUsage()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tables

public List<String> tables

usage

public long usage

metaDataMap

public static final Map<TDiskUsage._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

TDiskUsage

public TDiskUsage()

TDiskUsage

public TDiskUsage(List<String> tables,
                  long usage)

TDiskUsage

public TDiskUsage(TDiskUsage other)
Performs a deep copy on other.

Method Detail

deepCopy

public TDiskUsage deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

getTablesSize

public int getTablesSize()

getTablesIterator

public Iterator<String> getTablesIterator()

addToTables

public void addToTables(String elem)

getTables

public List<String> getTables()

setTables

public TDiskUsage setTables(List<String> tables)

unsetTables

public void unsetTables()

isSetTables

public boolean isSetTables()
Returns true if field tables is set (has been assigned a value) and false otherwise


setTablesIsSet

public void setTablesIsSet(boolean value)

getUsage

public long getUsage()

setUsage

public TDiskUsage setUsage(long usage)

unsetUsage

public void unsetUsage()

isSetUsage

public boolean isSetUsage()
Returns true if field usage is set (has been assigned a value) and false otherwise


setUsageIsSet

public void setUsageIsSet(boolean value)

setFieldValue

public void setFieldValue(TDiskUsage._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

getFieldValue

public Object getFieldValue(TDiskUsage._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

isSet

public boolean isSet(TDiskUsage._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

equals

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

equals

public boolean equals(TDiskUsage that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(TDiskUsage other)
Specified by:
compareTo in interface Comparable<TDiskUsage>

fieldForId

public TDiskUsage._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<TDiskUsage,TDiskUsage._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2015 Apache Accumulo Project. All rights reserved.