public static class THBaseService.append_args extends Object implements Serializable, Cloneable, Comparable<THBaseService.append_args>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
THBaseService.append_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.append_args._Fields,org.apache.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
ByteBuffer | 
table
the table to append the value on 
 | 
TAppend | 
tappend
the TAppend to append 
 | 
| Constructor and Description | 
|---|
append_args()  | 
append_args(ByteBuffer table,
           TAppend tappend)  | 
append_args(THBaseService.append_args other)
Performs a deep copy on other. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteBuffer | 
bufferForTable()  | 
void | 
clear()  | 
int | 
compareTo(THBaseService.append_args other)  | 
THBaseService.append_args | 
deepCopy()  | 
boolean | 
equals(Object that)  | 
boolean | 
equals(THBaseService.append_args that)  | 
THBaseService.append_args._Fields | 
fieldForId(int fieldId)  | 
Object | 
getFieldValue(THBaseService.append_args._Fields field)  | 
byte[] | 
getTable()
the table to append the value on 
 | 
TAppend | 
getTappend()
the TAppend to append 
 | 
int | 
hashCode()  | 
boolean | 
isSet(THBaseService.append_args._Fields field)
Returns true if field corresponding to fieldID 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 
 | 
boolean | 
isSetTappend()
Returns true if field tappend is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift.protocol.TProtocol iprot)  | 
void | 
setFieldValue(THBaseService.append_args._Fields field,
             Object value)  | 
THBaseService.append_args | 
setTable(byte[] table)
the table to append the value on 
 | 
THBaseService.append_args | 
setTable(ByteBuffer table)  | 
void | 
setTableIsSet(boolean value)  | 
THBaseService.append_args | 
setTappend(TAppend tappend)
the TAppend to append 
 | 
void | 
setTappendIsSet(boolean value)  | 
String | 
toString()  | 
void | 
unsetTable()  | 
void | 
unsetTappend()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift.protocol.TProtocol oprot)  | 
public ByteBuffer table
public TAppend tappend
public static final Map<THBaseService.append_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public append_args()
public append_args(ByteBuffer table, TAppend tappend)
public append_args(THBaseService.append_args other)
public THBaseService.append_args deepCopy()
public void clear()
public byte[] getTable()
public ByteBuffer bufferForTable()
public THBaseService.append_args setTable(byte[] table)
public THBaseService.append_args setTable(ByteBuffer table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public TAppend getTappend()
public THBaseService.append_args setTappend(TAppend tappend)
public void unsetTappend()
public boolean isSetTappend()
public void setTappendIsSet(boolean value)
public void setFieldValue(THBaseService.append_args._Fields field, Object value)
public Object getFieldValue(THBaseService.append_args._Fields field)
public boolean isSet(THBaseService.append_args._Fields field)
public boolean equals(THBaseService.append_args that)
public int compareTo(THBaseService.append_args other)
compareTo in interface Comparable<THBaseService.append_args>public THBaseService.append_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