public static class THBaseService.getTableDescriptors_args extends Object implements org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._Fields>, Serializable, Cloneable, Comparable<THBaseService.getTableDescriptors_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
THBaseService.getTableDescriptors_args._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<THBaseService.getTableDescriptors_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<TTableName> |
tables
the tablename list of the tables to get tableDescriptor
|
| Constructor and Description |
|---|
getTableDescriptors_args() |
getTableDescriptors_args(List<TTableName> tables) |
getTableDescriptors_args(THBaseService.getTableDescriptors_args other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTables(TTableName elem) |
void |
clear() |
int |
compareTo(THBaseService.getTableDescriptors_args other) |
THBaseService.getTableDescriptors_args |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(THBaseService.getTableDescriptors_args that) |
THBaseService.getTableDescriptors_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(THBaseService.getTableDescriptors_args._Fields field) |
List<TTableName> |
getTables()
the tablename list of the tables to get tableDescriptor
|
Iterator<TTableName> |
getTablesIterator() |
int |
getTablesSize() |
int |
hashCode() |
boolean |
isSet(THBaseService.getTableDescriptors_args._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(THBaseService.getTableDescriptors_args._Fields field,
Object value) |
THBaseService.getTableDescriptors_args |
setTables(List<TTableName> tables)
the tablename list of the tables to get tableDescriptor
|
void |
setTablesIsSet(boolean value) |
String |
toString() |
void |
unsetTables() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public List<TTableName> tables
public static final Map<THBaseService.getTableDescriptors_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public getTableDescriptors_args()
public getTableDescriptors_args(List<TTableName> tables)
public getTableDescriptors_args(THBaseService.getTableDescriptors_args other)
public THBaseService.getTableDescriptors_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._Fields>public int getTablesSize()
public Iterator<TTableName> getTablesIterator()
public void addToTables(TTableName elem)
public List<TTableName> getTables()
public THBaseService.getTableDescriptors_args setTables(List<TTableName> tables)
public void unsetTables()
public boolean isSetTables()
public void setTablesIsSet(boolean value)
public void setFieldValue(THBaseService.getTableDescriptors_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._Fields>public Object getFieldValue(THBaseService.getTableDescriptors_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._Fields>public boolean isSet(THBaseService.getTableDescriptors_args._Fields field)
isSet in interface org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._Fields>public boolean equals(THBaseService.getTableDescriptors_args that)
public int compareTo(THBaseService.getTableDescriptors_args other)
compareTo in interface Comparable<THBaseService.getTableDescriptors_args>public THBaseService.getTableDescriptors_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<THBaseService.getTableDescriptors_args,THBaseService.getTableDescriptors_args._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 © 2007–2020 The Apache Software Foundation. All rights reserved.