public static class Hbase.disableTable_args extends Object implements Serializable, Cloneable, Comparable<Hbase.disableTable_args>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Hbase.disableTable_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<Hbase.disableTable_args._Fields,org.apache.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
ByteBuffer | 
tableName
name of the table 
 | 
| Constructor and Description | 
|---|
disableTable_args()  | 
disableTable_args(ByteBuffer tableName)  | 
disableTable_args(Hbase.disableTable_args other)
Performs a deep copy on other. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteBuffer | 
bufferForTableName()  | 
void | 
clear()  | 
int | 
compareTo(Hbase.disableTable_args other)  | 
Hbase.disableTable_args | 
deepCopy()  | 
boolean | 
equals(Hbase.disableTable_args that)  | 
boolean | 
equals(Object that)  | 
Hbase.disableTable_args._Fields | 
fieldForId(int fieldId)  | 
Object | 
getFieldValue(Hbase.disableTable_args._Fields field)  | 
byte[] | 
getTableName()
name of the table 
 | 
int | 
hashCode()  | 
boolean | 
isSet(Hbase.disableTable_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetTableName()
Returns true if field tableName is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift.protocol.TProtocol iprot)  | 
void | 
setFieldValue(Hbase.disableTable_args._Fields field,
             Object value)  | 
Hbase.disableTable_args | 
setTableName(byte[] tableName)
name of the table 
 | 
Hbase.disableTable_args | 
setTableName(ByteBuffer tableName)  | 
void | 
setTableNameIsSet(boolean value)  | 
String | 
toString()  | 
void | 
unsetTableName()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift.protocol.TProtocol oprot)  | 
public ByteBuffer tableName
public static final Map<Hbase.disableTable_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public disableTable_args()
public disableTable_args(ByteBuffer tableName)
public disableTable_args(Hbase.disableTable_args other)
public Hbase.disableTable_args deepCopy()
public void clear()
public byte[] getTableName()
public ByteBuffer bufferForTableName()
public Hbase.disableTable_args setTableName(byte[] tableName)
public Hbase.disableTable_args setTableName(ByteBuffer tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public void setFieldValue(Hbase.disableTable_args._Fields field, Object value)
public Object getFieldValue(Hbase.disableTable_args._Fields field)
public boolean isSet(Hbase.disableTable_args._Fields field)
public boolean equals(Hbase.disableTable_args that)
public int compareTo(Hbase.disableTable_args other)
compareTo in interface Comparable<Hbase.disableTable_args>public Hbase.disableTable_args._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