@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class GetTableResult extends Object implements org.apache.thrift.TBase<GetTableResult,GetTableResult._Fields>, Serializable, Cloneable, Comparable<GetTableResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTableResult._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<GetTableResult._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetTableResult() |
GetTableResult(GetTableResult other)
Performs a deep copy on other.
|
GetTableResult(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(GetTableResult other) |
GetTableResult |
deepCopy() |
boolean |
equals(GetTableResult that) |
boolean |
equals(Object that) |
GetTableResult._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(GetTableResult._Fields field) |
Table |
getTable() |
int |
hashCode() |
boolean |
isIsStatsCompliant() |
boolean |
isSet(GetTableResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetIsStatsCompliant()
Returns true if field isStatsCompliant is set (has been assigned a value) and false otherwise
|
boolean |
isSetTable()
Returns true if field table is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetTableResult._Fields field,
Object value) |
void |
setIsStatsCompliant(boolean isStatsCompliant) |
void |
setIsStatsCompliantIsSet(boolean value) |
void |
setTable(Table table) |
void |
setTableIsSet(boolean value) |
String |
toString() |
void |
unsetIsStatsCompliant() |
void |
unsetTable() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetTableResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetTableResult()
public GetTableResult(Table table)
public GetTableResult(GetTableResult other)
public GetTableResult deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetTableResult,GetTableResult._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetTableResult,GetTableResult._Fields>public Table getTable()
public void setTable(Table table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public boolean isIsStatsCompliant()
public void setIsStatsCompliant(boolean isStatsCompliant)
public void unsetIsStatsCompliant()
public boolean isSetIsStatsCompliant()
public void setIsStatsCompliantIsSet(boolean value)
public void setFieldValue(GetTableResult._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GetTableResult,GetTableResult._Fields>public Object getFieldValue(GetTableResult._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetTableResult,GetTableResult._Fields>public boolean isSet(GetTableResult._Fields field)
isSet in interface org.apache.thrift.TBase<GetTableResult,GetTableResult._Fields>public boolean equals(GetTableResult that)
public int compareTo(GetTableResult other)
compareTo in interface Comparable<GetTableResult>public GetTableResult._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetTableResult,GetTableResult._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.