public class AggrStats extends Object implements org.apache.thrift.TBase<AggrStats,AggrStats._Fields>, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
AggrStats._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<AggrStats._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AggrStats() |
AggrStats(AggrStats other)
Performs a deep copy on other.
|
AggrStats(List<ColumnStatisticsObj> colStats,
long partsFound) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToColStats(ColumnStatisticsObj elem) |
void |
clear() |
int |
compareTo(AggrStats other) |
AggrStats |
deepCopy() |
boolean |
equals(AggrStats that) |
boolean |
equals(Object that) |
AggrStats._Fields |
fieldForId(int fieldId) |
List<ColumnStatisticsObj> |
getColStats() |
Iterator<ColumnStatisticsObj> |
getColStatsIterator() |
int |
getColStatsSize() |
Object |
getFieldValue(AggrStats._Fields field) |
long |
getPartsFound() |
int |
hashCode() |
boolean |
isSet(AggrStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetColStats()
Returns true if field colStats is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartsFound()
Returns true if field partsFound is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setColStats(List<ColumnStatisticsObj> colStats) |
void |
setColStatsIsSet(boolean value) |
void |
setFieldValue(AggrStats._Fields field,
Object value) |
void |
setPartsFound(long partsFound) |
void |
setPartsFoundIsSet(boolean value) |
String |
toString() |
void |
unsetColStats() |
void |
unsetPartsFound() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<AggrStats._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AggrStats()
public AggrStats(List<ColumnStatisticsObj> colStats, long partsFound)
public AggrStats(AggrStats other)
public AggrStats deepCopy()
deepCopy in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>public int getColStatsSize()
public Iterator<ColumnStatisticsObj> getColStatsIterator()
public void addToColStats(ColumnStatisticsObj elem)
public List<ColumnStatisticsObj> getColStats()
public void setColStats(List<ColumnStatisticsObj> colStats)
public void unsetColStats()
public boolean isSetColStats()
public void setColStatsIsSet(boolean value)
public long getPartsFound()
public void setPartsFound(long partsFound)
public void unsetPartsFound()
public boolean isSetPartsFound()
public void setPartsFoundIsSet(boolean value)
public void setFieldValue(AggrStats._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>public Object getFieldValue(AggrStats._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>public boolean isSet(AggrStats._Fields field)
isSet in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>public boolean equals(AggrStats that)
public int compareTo(AggrStats other)
compareTo in interface Comparable<AggrStats>public AggrStats._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<AggrStats,AggrStats._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.