@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class SetPartitionsStatsRequest extends Object implements org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>, Serializable, Cloneable, 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 Map<SetPartitionsStatsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
SetPartitionsStatsRequest() |
SetPartitionsStatsRequest(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(Object that) |
boolean |
equals(SetPartitionsStatsRequest that) |
SetPartitionsStatsRequest._Fields |
fieldForId(int fieldId) |
List<ColumnStatistics> |
getColStats() |
Iterator<ColumnStatistics> |
getColStatsIterator() |
int |
getColStatsSize() |
String |
getEngine() |
Object |
getFieldValue(SetPartitionsStatsRequest._Fields field) |
String |
getValidWriteIdList() |
long |
getWriteId() |
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 |
isSetEngine()
Returns true if field engine 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
|
boolean |
isSetValidWriteIdList()
Returns true if field validWriteIdList is set (has been assigned a value) and false otherwise
|
boolean |
isSetWriteId()
Returns true if field writeId is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setColStats(List<ColumnStatistics> colStats) |
void |
setColStatsIsSet(boolean value) |
void |
setEngine(String engine) |
void |
setEngineIsSet(boolean value) |
void |
setFieldValue(SetPartitionsStatsRequest._Fields field,
Object value) |
void |
setNeedMerge(boolean needMerge) |
void |
setNeedMergeIsSet(boolean value) |
void |
setValidWriteIdList(String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
void |
setWriteId(long writeId) |
void |
setWriteIdIsSet(boolean value) |
String |
toString() |
void |
unsetColStats() |
void |
unsetEngine() |
void |
unsetNeedMerge() |
void |
unsetValidWriteIdList() |
void |
unsetWriteId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<SetPartitionsStatsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SetPartitionsStatsRequest()
public SetPartitionsStatsRequest(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 Iterator<ColumnStatistics> getColStatsIterator()
public void addToColStats(ColumnStatistics elem)
public List<ColumnStatistics> getColStats()
public void setColStats(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 long getWriteId()
public void setWriteId(long writeId)
public void unsetWriteId()
public boolean isSetWriteId()
public void setWriteIdIsSet(boolean value)
public String getValidWriteIdList()
public void setValidWriteIdList(String validWriteIdList)
public void unsetValidWriteIdList()
public boolean isSetValidWriteIdList()
public void setValidWriteIdListIsSet(boolean value)
public String getEngine()
public void setEngine(String engine)
public void unsetEngine()
public boolean isSetEngine()
public void setEngineIsSet(boolean value)
public void setFieldValue(SetPartitionsStatsRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<SetPartitionsStatsRequest,SetPartitionsStatsRequest._Fields>public 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(SetPartitionsStatsRequest that)
public int compareTo(SetPartitionsStatsRequest other)
compareTo in interface 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.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.