@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class GetPartitionNamesPsRequest extends Object implements org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._Fields>, Serializable, Cloneable, Comparable<GetPartitionNamesPsRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPartitionNamesPsRequest._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<GetPartitionNamesPsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetPartitionNamesPsRequest() |
GetPartitionNamesPsRequest(GetPartitionNamesPsRequest other)
Performs a deep copy on other.
|
GetPartitionNamesPsRequest(String dbName,
String tblName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPartValues(String elem) |
void |
clear() |
int |
compareTo(GetPartitionNamesPsRequest other) |
GetPartitionNamesPsRequest |
deepCopy() |
boolean |
equals(GetPartitionNamesPsRequest that) |
boolean |
equals(Object that) |
GetPartitionNamesPsRequest._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
Object |
getFieldValue(GetPartitionNamesPsRequest._Fields field) |
long |
getId() |
short |
getMaxParts() |
List<String> |
getPartValues() |
Iterator<String> |
getPartValuesIterator() |
int |
getPartValuesSize() |
String |
getTblName() |
String |
getValidWriteIdList() |
int |
hashCode() |
boolean |
isSet(GetPartitionNamesPsRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCatName()
Returns true if field catName is set (has been assigned a value) and false otherwise
|
boolean |
isSetDbName()
Returns true if field dbName is set (has been assigned a value) and false otherwise
|
boolean |
isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise
|
boolean |
isSetMaxParts()
Returns true if field maxParts is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartValues()
Returns true if field partValues is set (has been assigned a value) and false otherwise
|
boolean |
isSetTblName()
Returns true if field tblName 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
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCatName(String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setDbName(String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setFieldValue(GetPartitionNamesPsRequest._Fields field,
Object value) |
void |
setId(long id) |
void |
setIdIsSet(boolean value) |
void |
setMaxParts(short maxParts) |
void |
setMaxPartsIsSet(boolean value) |
void |
setPartValues(List<String> partValues) |
void |
setPartValuesIsSet(boolean value) |
void |
setTblName(String tblName) |
void |
setTblNameIsSet(boolean value) |
void |
setValidWriteIdList(String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetId() |
void |
unsetMaxParts() |
void |
unsetPartValues() |
void |
unsetTblName() |
void |
unsetValidWriteIdList() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetPartitionNamesPsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetPartitionNamesPsRequest()
public GetPartitionNamesPsRequest(GetPartitionNamesPsRequest other)
public GetPartitionNamesPsRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._Fields>public String getCatName()
public void setCatName(String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public String getTblName()
public void setTblName(String tblName)
public void unsetTblName()
public boolean isSetTblName()
public void setTblNameIsSet(boolean value)
public int getPartValuesSize()
public void addToPartValues(String elem)
public void unsetPartValues()
public boolean isSetPartValues()
public void setPartValuesIsSet(boolean value)
public short getMaxParts()
public void setMaxParts(short maxParts)
public void unsetMaxParts()
public boolean isSetMaxParts()
public void setMaxPartsIsSet(boolean value)
public String getValidWriteIdList()
public void setValidWriteIdList(String validWriteIdList)
public void unsetValidWriteIdList()
public boolean isSetValidWriteIdList()
public void setValidWriteIdListIsSet(boolean value)
public long getId()
public void setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public void setFieldValue(GetPartitionNamesPsRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._Fields>public Object getFieldValue(GetPartitionNamesPsRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._Fields>public boolean isSet(GetPartitionNamesPsRequest._Fields field)
isSet in interface org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._Fields>public boolean equals(GetPartitionNamesPsRequest that)
public int compareTo(GetPartitionNamesPsRequest other)
compareTo in interface Comparable<GetPartitionNamesPsRequest>public GetPartitionNamesPsRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetPartitionNamesPsRequest,GetPartitionNamesPsRequest._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.