@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class GetPartitionsRequest extends Object implements org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._Fields>, Serializable, Cloneable, Comparable<GetPartitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPartitionsRequest._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<GetPartitionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetPartitionsRequest() |
GetPartitionsRequest(GetPartitionsRequest other)
Performs a deep copy on other.
|
GetPartitionsRequest(String dbName,
String tblName,
GetProjectionsSpec projectionSpec,
GetPartitionsFilterSpec filterSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToGroupNames(String elem) |
void |
addToProcessorCapabilities(String elem) |
void |
clear() |
int |
compareTo(GetPartitionsRequest other) |
GetPartitionsRequest |
deepCopy() |
boolean |
equals(GetPartitionsRequest that) |
boolean |
equals(Object that) |
GetPartitionsRequest._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
Object |
getFieldValue(GetPartitionsRequest._Fields field) |
GetPartitionsFilterSpec |
getFilterSpec() |
List<String> |
getGroupNames() |
Iterator<String> |
getGroupNamesIterator() |
int |
getGroupNamesSize() |
List<String> |
getProcessorCapabilities() |
Iterator<String> |
getProcessorCapabilitiesIterator() |
int |
getProcessorCapabilitiesSize() |
String |
getProcessorIdentifier() |
GetProjectionsSpec |
getProjectionSpec() |
String |
getTblName() |
String |
getUser() |
String |
getValidWriteIdList() |
int |
hashCode() |
boolean |
isSet(GetPartitionsRequest._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 |
isSetFilterSpec()
Returns true if field filterSpec 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 |
isSetProcessorCapabilities()
Returns true if field processorCapabilities is set (has been assigned a value) and false otherwise
|
boolean |
isSetProcessorIdentifier()
Returns true if field processorIdentifier is set (has been assigned a value) and false otherwise
|
boolean |
isSetProjectionSpec()
Returns true if field projectionSpec 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 |
isSetUser()
Returns true if field user 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 |
isSetWithAuth()
Returns true if field withAuth is set (has been assigned a value) and false otherwise
|
boolean |
isWithAuth() |
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(GetPartitionsRequest._Fields field,
Object value) |
void |
setFilterSpec(GetPartitionsFilterSpec filterSpec) |
void |
setFilterSpecIsSet(boolean value) |
void |
setGroupNames(List<String> groupNames) |
void |
setGroupNamesIsSet(boolean value) |
void |
setProcessorCapabilities(List<String> processorCapabilities) |
void |
setProcessorCapabilitiesIsSet(boolean value) |
void |
setProcessorIdentifier(String processorIdentifier) |
void |
setProcessorIdentifierIsSet(boolean value) |
void |
setProjectionSpec(GetProjectionsSpec projectionSpec) |
void |
setProjectionSpecIsSet(boolean value) |
void |
setTblName(String tblName) |
void |
setTblNameIsSet(boolean value) |
void |
setUser(String user) |
void |
setUserIsSet(boolean value) |
void |
setValidWriteIdList(String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
void |
setWithAuth(boolean withAuth) |
void |
setWithAuthIsSet(boolean value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetFilterSpec() |
void |
unsetGroupNames() |
void |
unsetProcessorCapabilities() |
void |
unsetProcessorIdentifier() |
void |
unsetProjectionSpec() |
void |
unsetTblName() |
void |
unsetUser() |
void |
unsetValidWriteIdList() |
void |
unsetWithAuth() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetPartitionsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetPartitionsRequest()
public GetPartitionsRequest(String dbName, String tblName, GetProjectionsSpec projectionSpec, GetPartitionsFilterSpec filterSpec)
public GetPartitionsRequest(GetPartitionsRequest other)
public GetPartitionsRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._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 boolean isWithAuth()
public void setWithAuth(boolean withAuth)
public void unsetWithAuth()
public boolean isSetWithAuth()
public void setWithAuthIsSet(boolean value)
public String getUser()
public void setUser(String user)
public void unsetUser()
public boolean isSetUser()
public void setUserIsSet(boolean value)
public int getGroupNamesSize()
public void addToGroupNames(String elem)
public void unsetGroupNames()
public boolean isSetGroupNames()
public void setGroupNamesIsSet(boolean value)
public GetProjectionsSpec getProjectionSpec()
public void setProjectionSpec(GetProjectionsSpec projectionSpec)
public void unsetProjectionSpec()
public boolean isSetProjectionSpec()
public void setProjectionSpecIsSet(boolean value)
public GetPartitionsFilterSpec getFilterSpec()
public void setFilterSpec(GetPartitionsFilterSpec filterSpec)
public void unsetFilterSpec()
public boolean isSetFilterSpec()
public void setFilterSpecIsSet(boolean value)
public int getProcessorCapabilitiesSize()
public void addToProcessorCapabilities(String elem)
public void unsetProcessorCapabilities()
public boolean isSetProcessorCapabilities()
public void setProcessorCapabilitiesIsSet(boolean value)
public String getProcessorIdentifier()
public void setProcessorIdentifier(String processorIdentifier)
public void unsetProcessorIdentifier()
public boolean isSetProcessorIdentifier()
public void setProcessorIdentifierIsSet(boolean value)
public String getValidWriteIdList()
public void setValidWriteIdList(String validWriteIdList)
public void unsetValidWriteIdList()
public boolean isSetValidWriteIdList()
public void setValidWriteIdListIsSet(boolean value)
public void setFieldValue(GetPartitionsRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._Fields>public Object getFieldValue(GetPartitionsRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._Fields>public boolean isSet(GetPartitionsRequest._Fields field)
isSet in interface org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._Fields>public boolean equals(GetPartitionsRequest that)
public int compareTo(GetPartitionsRequest other)
compareTo in interface Comparable<GetPartitionsRequest>public GetPartitionsRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetPartitionsRequest,GetPartitionsRequest._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.