@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class GetPartitionsPsWithAuthRequest extends Object implements org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._Fields>, Serializable, Cloneable, Comparable<GetPartitionsPsWithAuthRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPartitionsPsWithAuthRequest._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<GetPartitionsPsWithAuthRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetPartitionsPsWithAuthRequest() |
GetPartitionsPsWithAuthRequest(GetPartitionsPsWithAuthRequest other)
Performs a deep copy on other.
|
GetPartitionsPsWithAuthRequest(String dbName,
String tblName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToGroupNames(String elem) |
void |
addToPartNames(String elem) |
void |
addToPartVals(String elem) |
void |
clear() |
int |
compareTo(GetPartitionsPsWithAuthRequest other) |
GetPartitionsPsWithAuthRequest |
deepCopy() |
boolean |
equals(GetPartitionsPsWithAuthRequest that) |
boolean |
equals(Object that) |
GetPartitionsPsWithAuthRequest._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
String |
getExcludeParamKeyPattern() |
Object |
getFieldValue(GetPartitionsPsWithAuthRequest._Fields field) |
List<String> |
getGroupNames() |
Iterator<String> |
getGroupNamesIterator() |
int |
getGroupNamesSize() |
long |
getId() |
String |
getIncludeParamKeyPattern() |
short |
getMaxParts() |
List<String> |
getPartNames() |
Iterator<String> |
getPartNamesIterator() |
int |
getPartNamesSize() |
List<String> |
getPartVals() |
Iterator<String> |
getPartValsIterator() |
int |
getPartValsSize() |
String |
getTblName() |
String |
getUserName() |
String |
getValidWriteIdList() |
int |
hashCode() |
boolean |
isSet(GetPartitionsPsWithAuthRequest._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 |
isSetExcludeParamKeyPattern()
Returns true if field excludeParamKeyPattern is set (has been assigned a value) and false otherwise
|
boolean |
isSetGroupNames()
Returns true if field groupNames 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 |
isSetIncludeParamKeyPattern()
Returns true if field includeParamKeyPattern 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 |
isSetPartNames()
Returns true if field partNames is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartVals()
Returns true if field partVals is set (has been assigned a value) and false otherwise
|
boolean |
isSetSkipColumnSchemaForPartition()
Returns true if field skipColumnSchemaForPartition 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 |
isSetUserName()
Returns true if field userName 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 |
isSkipColumnSchemaForPartition() |
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 |
setExcludeParamKeyPattern(String excludeParamKeyPattern) |
void |
setExcludeParamKeyPatternIsSet(boolean value) |
void |
setFieldValue(GetPartitionsPsWithAuthRequest._Fields field,
Object value) |
void |
setGroupNames(List<String> groupNames) |
void |
setGroupNamesIsSet(boolean value) |
void |
setId(long id) |
void |
setIdIsSet(boolean value) |
void |
setIncludeParamKeyPattern(String includeParamKeyPattern) |
void |
setIncludeParamKeyPatternIsSet(boolean value) |
void |
setMaxParts(short maxParts) |
void |
setMaxPartsIsSet(boolean value) |
void |
setPartNames(List<String> partNames) |
void |
setPartNamesIsSet(boolean value) |
void |
setPartVals(List<String> partVals) |
void |
setPartValsIsSet(boolean value) |
void |
setSkipColumnSchemaForPartition(boolean skipColumnSchemaForPartition) |
void |
setSkipColumnSchemaForPartitionIsSet(boolean value) |
void |
setTblName(String tblName) |
void |
setTblNameIsSet(boolean value) |
void |
setUserName(String userName) |
void |
setUserNameIsSet(boolean value) |
void |
setValidWriteIdList(String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetExcludeParamKeyPattern() |
void |
unsetGroupNames() |
void |
unsetId() |
void |
unsetIncludeParamKeyPattern() |
void |
unsetMaxParts() |
void |
unsetPartNames() |
void |
unsetPartVals() |
void |
unsetSkipColumnSchemaForPartition() |
void |
unsetTblName() |
void |
unsetUserName() |
void |
unsetValidWriteIdList() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetPartitionsPsWithAuthRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetPartitionsPsWithAuthRequest()
public GetPartitionsPsWithAuthRequest(GetPartitionsPsWithAuthRequest other)
public GetPartitionsPsWithAuthRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._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 getPartValsSize()
public void addToPartVals(String elem)
public void unsetPartVals()
public boolean isSetPartVals()
public void setPartValsIsSet(boolean value)
public short getMaxParts()
public void setMaxParts(short maxParts)
public void unsetMaxParts()
public boolean isSetMaxParts()
public void setMaxPartsIsSet(boolean value)
public String getUserName()
public void setUserName(String userName)
public void unsetUserName()
public boolean isSetUserName()
public void setUserNameIsSet(boolean value)
public int getGroupNamesSize()
public void addToGroupNames(String elem)
public void unsetGroupNames()
public boolean isSetGroupNames()
public void setGroupNamesIsSet(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 boolean isSkipColumnSchemaForPartition()
public void setSkipColumnSchemaForPartition(boolean skipColumnSchemaForPartition)
public void unsetSkipColumnSchemaForPartition()
public boolean isSetSkipColumnSchemaForPartition()
public void setSkipColumnSchemaForPartitionIsSet(boolean value)
public String getIncludeParamKeyPattern()
public void setIncludeParamKeyPattern(String includeParamKeyPattern)
public void unsetIncludeParamKeyPattern()
public boolean isSetIncludeParamKeyPattern()
public void setIncludeParamKeyPatternIsSet(boolean value)
public String getExcludeParamKeyPattern()
public void setExcludeParamKeyPattern(String excludeParamKeyPattern)
public void unsetExcludeParamKeyPattern()
public boolean isSetExcludeParamKeyPattern()
public void setExcludeParamKeyPatternIsSet(boolean value)
public int getPartNamesSize()
public void addToPartNames(String elem)
public void unsetPartNames()
public boolean isSetPartNames()
public void setPartNamesIsSet(boolean value)
public void setFieldValue(GetPartitionsPsWithAuthRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._Fields>public Object getFieldValue(GetPartitionsPsWithAuthRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._Fields>public boolean isSet(GetPartitionsPsWithAuthRequest._Fields field)
isSet in interface org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._Fields>public boolean equals(GetPartitionsPsWithAuthRequest that)
public int compareTo(GetPartitionsPsWithAuthRequest other)
compareTo in interface Comparable<GetPartitionsPsWithAuthRequest>public GetPartitionsPsWithAuthRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetPartitionsPsWithAuthRequest,GetPartitionsPsWithAuthRequest._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.