@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class GetTablesResult extends Object implements org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>, Serializable, Cloneable, Comparable<GetTablesResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTablesResult._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<GetTablesResult._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetTablesResult() |
GetTablesResult(GetTablesResult other)
Performs a deep copy on other.
|
GetTablesResult(List<Table> tables) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToTables(Table elem) |
void |
clear() |
int |
compareTo(GetTablesResult other) |
GetTablesResult |
deepCopy() |
boolean |
equals(GetTablesResult that) |
boolean |
equals(Object that) |
GetTablesResult._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(GetTablesResult._Fields field) |
List<Table> |
getTables() |
Iterator<Table> |
getTablesIterator() |
int |
getTablesSize() |
int |
hashCode() |
boolean |
isSet(GetTablesResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetTables()
Returns true if field tables is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetTablesResult._Fields field,
Object value) |
void |
setTables(List<Table> tables) |
void |
setTablesIsSet(boolean value) |
String |
toString() |
void |
unsetTables() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetTablesResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetTablesResult()
public GetTablesResult(GetTablesResult other)
public GetTablesResult deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>public int getTablesSize()
public void addToTables(Table elem)
public void unsetTables()
public boolean isSetTables()
public void setTablesIsSet(boolean value)
public void setFieldValue(GetTablesResult._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>public Object getFieldValue(GetTablesResult._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>public boolean isSet(GetTablesResult._Fields field)
isSet in interface org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>public boolean equals(GetTablesResult that)
public int compareTo(GetTablesResult other)
compareTo in interface Comparable<GetTablesResult>public GetTablesResult._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetTablesResult,GetTablesResult._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.