public static class Hbase.getTableNames_result extends Object implements Serializable, Cloneable, Comparable<Hbase.getTableNames_result>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Hbase.getTableNames_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
IOError | 
io  | 
static Map<Hbase.getTableNames_result._Fields,org.apache.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
List<ByteBuffer> | 
success  | 
| Constructor and Description | 
|---|
getTableNames_result()  | 
getTableNames_result(Hbase.getTableNames_result other)
Performs a deep copy on other. 
 | 
getTableNames_result(List<ByteBuffer> success,
                    IOError io)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addToSuccess(ByteBuffer elem)  | 
void | 
clear()  | 
int | 
compareTo(Hbase.getTableNames_result other)  | 
Hbase.getTableNames_result | 
deepCopy()  | 
boolean | 
equals(Hbase.getTableNames_result that)  | 
boolean | 
equals(Object that)  | 
Hbase.getTableNames_result._Fields | 
fieldForId(int fieldId)  | 
Object | 
getFieldValue(Hbase.getTableNames_result._Fields field)  | 
IOError | 
getIo()  | 
List<ByteBuffer> | 
getSuccess()  | 
Iterator<ByteBuffer> | 
getSuccessIterator()  | 
int | 
getSuccessSize()  | 
int | 
hashCode()  | 
boolean | 
isSet(Hbase.getTableNames_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetIo()
Returns true if field io is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift.protocol.TProtocol iprot)  | 
void | 
setFieldValue(Hbase.getTableNames_result._Fields field,
             Object value)  | 
Hbase.getTableNames_result | 
setIo(IOError io)  | 
void | 
setIoIsSet(boolean value)  | 
Hbase.getTableNames_result | 
setSuccess(List<ByteBuffer> success)  | 
void | 
setSuccessIsSet(boolean value)  | 
String | 
toString()  | 
void | 
unsetIo()  | 
void | 
unsetSuccess()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift.protocol.TProtocol oprot)  | 
public List<ByteBuffer> success
public IOError io
public static final Map<Hbase.getTableNames_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public getTableNames_result()
public getTableNames_result(List<ByteBuffer> success, IOError io)
public getTableNames_result(Hbase.getTableNames_result other)
public Hbase.getTableNames_result deepCopy()
public void clear()
public int getSuccessSize()
public Iterator<ByteBuffer> getSuccessIterator()
public void addToSuccess(ByteBuffer elem)
public List<ByteBuffer> getSuccess()
public Hbase.getTableNames_result setSuccess(List<ByteBuffer> success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public IOError getIo()
public Hbase.getTableNames_result setIo(IOError io)
public void unsetIo()
public boolean isSetIo()
public void setIoIsSet(boolean value)
public void setFieldValue(Hbase.getTableNames_result._Fields field, Object value)
public Object getFieldValue(Hbase.getTableNames_result._Fields field)
public boolean isSet(Hbase.getTableNames_result._Fields field)
public boolean equals(Hbase.getTableNames_result that)
public int compareTo(Hbase.getTableNames_result other)
compareTo in interface Comparable<Hbase.getTableNames_result>public Hbase.getTableNames_result._Fields fieldForId(int fieldId)
public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TException