public static class THBaseService.append_args extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, java.lang.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 java.util.Map<THBaseService.append_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.nio.ByteBuffer |
table
the table to append the value on
|
TAppend |
tappend
the TAppend to append
|
| Constructor and Description |
|---|
append_args() |
append_args(java.nio.ByteBuffer table,
TAppend tappend) |
append_args(THBaseService.append_args other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
bufferForTable() |
void |
clear() |
int |
compareTo(THBaseService.append_args other) |
THBaseService.append_args |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(THBaseService.append_args that) |
THBaseService.append_args._Fields |
fieldForId(int fieldId) |
java.lang.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,
java.lang.Object value) |
THBaseService.append_args |
setTable(byte[] table)
the table to append the value on
|
THBaseService.append_args |
setTable(java.nio.ByteBuffer table) |
void |
setTableIsSet(boolean value) |
THBaseService.append_args |
setTappend(TAppend tappend)
the TAppend to append
|
void |
setTappendIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetTable() |
void |
unsetTappend() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.nio.ByteBuffer table
public TAppend tappend
public static final java.util.Map<THBaseService.append_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public append_args()
public append_args(java.nio.ByteBuffer table,
TAppend tappend)
public append_args(THBaseService.append_args other)
public THBaseService.append_args deepCopy()
public void clear()
public byte[] getTable()
public java.nio.ByteBuffer bufferForTable()
public THBaseService.append_args setTable(byte[] table)
public THBaseService.append_args setTable(java.nio.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, java.lang.Object value)
public java.lang.Object getFieldValue(THBaseService.append_args._Fields field)
public boolean isSet(THBaseService.append_args._Fields field)
public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(THBaseService.append_args that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(THBaseService.append_args other)
compareTo in interface java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException