@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class SetPartitionsStatsRequest extends java.lang.Object implements org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SetPartitionsStatsRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
SetPartitionsStatsRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<SetPartitionsStatsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
SetPartitionsStatsRequest() |
SetPartitionsStatsRequest(java.util.List<ColumnStatistics> colStats) |
SetPartitionsStatsRequest(SetPartitionsStatsRequest other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToColStats(ColumnStatistics elem) |
void |
clear() |
int |
compareTo(SetPartitionsStatsRequest other) |
SetPartitionsStatsRequest |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(SetPartitionsStatsRequest that) |
SetPartitionsStatsRequest._Fields |
fieldForId(int fieldId) |
java.util.List<ColumnStatistics> |
getColStats() |
java.util.Iterator<ColumnStatistics> |
getColStatsIterator() |
int |
getColStatsSize() |
java.lang.Object |
getFieldValue(SetPartitionsStatsRequest._Fields field) |
int |
hashCode() |
boolean |
isNeedMerge() |
boolean |
isSet(SetPartitionsStatsRequest._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 |
isSetNeedMerge()
Returns true if field needMerge is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setColStats(java.util.List<ColumnStatistics> colStats) |
void |
setColStatsIsSet(boolean value) |
void |
setFieldValue(SetPartitionsStatsRequest._Fields field,
java.lang.Object value) |
void |
setNeedMerge(boolean needMerge) |
void |
setNeedMergeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetColStats() |
void |
unsetNeedMerge() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<SetPartitionsStatsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SetPartitionsStatsRequest()
public SetPartitionsStatsRequest(java.util.List<ColumnStatistics> colStats)
public SetPartitionsStatsRequest(SetPartitionsStatsRequest other)
public SetPartitionsStatsRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public int getColStatsSize()
public java.util.Iterator<ColumnStatistics> getColStatsIterator()
public void addToColStats(ColumnStatistics elem)
public java.util.List<ColumnStatistics> getColStats()
public void setColStats(java.util.List<ColumnStatistics> colStats)
public void unsetColStats()
public boolean isSetColStats()
public void setColStatsIsSet(boolean value)
public boolean isNeedMerge()
public void setNeedMerge(boolean needMerge)
public void unsetNeedMerge()
public boolean isSetNeedMerge()
public void setNeedMergeIsSet(boolean value)
public void setFieldValue(SetPartitionsStatsRequest._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public java.lang.Object getFieldValue(SetPartitionsStatsRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public boolean isSet(SetPartitionsStatsRequest._Fields field)
isSet in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(SetPartitionsStatsRequest that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(SetPartitionsStatsRequest other)
compareTo in interface java.lang.Comparable<SetPartitionsStatsRequest>public SetPartitionsStatsRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._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<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2013-2021. All Rights Reserved.