@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class GetTablesRequest extends Object implements org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._Fields>, Serializable, Cloneable, Comparable<GetTablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTablesRequest._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<GetTablesRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetTablesRequest() |
GetTablesRequest(GetTablesRequest other)
Performs a deep copy on other.
|
GetTablesRequest(String dbName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToProcessorCapabilities(String elem) |
void |
addToTblNames(String elem) |
void |
clear() |
int |
compareTo(GetTablesRequest other) |
GetTablesRequest |
deepCopy() |
boolean |
equals(GetTablesRequest that) |
boolean |
equals(Object that) |
GetTablesRequest._Fields |
fieldForId(int fieldId) |
ClientCapabilities |
getCapabilities() |
String |
getCatName() |
String |
getDbName() |
Object |
getFieldValue(GetTablesRequest._Fields field) |
List<String> |
getProcessorCapabilities() |
Iterator<String> |
getProcessorCapabilitiesIterator() |
int |
getProcessorCapabilitiesSize() |
String |
getProcessorIdentifier() |
GetProjectionsSpec |
getProjectionSpec() |
String |
getTablesPattern() |
List<String> |
getTblNames() |
Iterator<String> |
getTblNamesIterator() |
int |
getTblNamesSize() |
int |
hashCode() |
boolean |
isSet(GetTablesRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCapabilities()
Returns true if field capabilities 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 |
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 |
isSetTablesPattern()
Returns true if field tablesPattern is set (has been assigned a value) and false otherwise
|
boolean |
isSetTblNames()
Returns true if field tblNames is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCapabilities(ClientCapabilities capabilities) |
void |
setCapabilitiesIsSet(boolean value) |
void |
setCatName(String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setDbName(String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setFieldValue(GetTablesRequest._Fields field,
Object 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 |
setTablesPattern(String tablesPattern) |
void |
setTablesPatternIsSet(boolean value) |
void |
setTblNames(List<String> tblNames) |
void |
setTblNamesIsSet(boolean value) |
String |
toString() |
void |
unsetCapabilities() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetProcessorCapabilities() |
void |
unsetProcessorIdentifier() |
void |
unsetProjectionSpec() |
void |
unsetTablesPattern() |
void |
unsetTblNames() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetTablesRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetTablesRequest()
public GetTablesRequest(String dbName)
public GetTablesRequest(GetTablesRequest other)
public GetTablesRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._Fields>public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public int getTblNamesSize()
public void addToTblNames(String elem)
public void unsetTblNames()
public boolean isSetTblNames()
public void setTblNamesIsSet(boolean value)
public ClientCapabilities getCapabilities()
public void setCapabilities(ClientCapabilities capabilities)
public void unsetCapabilities()
public boolean isSetCapabilities()
public void setCapabilitiesIsSet(boolean value)
public String getCatName()
public void setCatName(String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(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 GetProjectionsSpec getProjectionSpec()
public void setProjectionSpec(GetProjectionsSpec projectionSpec)
public void unsetProjectionSpec()
public boolean isSetProjectionSpec()
public void setProjectionSpecIsSet(boolean value)
public String getTablesPattern()
public void setTablesPattern(String tablesPattern)
public void unsetTablesPattern()
public boolean isSetTablesPattern()
public void setTablesPatternIsSet(boolean value)
public void setFieldValue(GetTablesRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._Fields>public Object getFieldValue(GetTablesRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._Fields>public boolean isSet(GetTablesRequest._Fields field)
isSet in interface org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._Fields>public boolean equals(GetTablesRequest that)
public int compareTo(GetTablesRequest other)
compareTo in interface Comparable<GetTablesRequest>public GetTablesRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetTablesRequest,GetTablesRequest._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.