|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.thrift.generated.Mutation
public class Mutation
A Mutation object is used to either update or delete a column-value.
| Nested Class Summary | |
|---|---|
static class |
Mutation._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
ByteBuffer |
column
|
boolean |
isDelete
|
static Map<Mutation._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
ByteBuffer |
value
|
| Constructor Summary | |
|---|---|
Mutation()
|
|
Mutation(boolean isDelete,
ByteBuffer column,
ByteBuffer value)
|
|
Mutation(Mutation other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
ByteBuffer |
bufferForColumn()
|
ByteBuffer |
bufferForValue()
|
void |
clear()
|
int |
compareTo(Mutation other)
|
Mutation |
deepCopy()
|
boolean |
equals(Mutation that)
|
boolean |
equals(Object that)
|
Mutation._Fields |
fieldForId(int fieldId)
|
byte[] |
getColumn()
|
Object |
getFieldValue(Mutation._Fields field)
|
byte[] |
getValue()
|
int |
hashCode()
|
boolean |
isIsDelete()
|
boolean |
isSet(Mutation._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetColumn()
Returns true if field column is set (has been assigned a value) and false otherwise |
boolean |
isSetIsDelete()
Returns true if field isDelete is set (has been assigned a value) and false otherwise |
boolean |
isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
Mutation |
setColumn(byte[] column)
|
Mutation |
setColumn(ByteBuffer column)
|
void |
setColumnIsSet(boolean value)
|
void |
setFieldValue(Mutation._Fields field,
Object value)
|
Mutation |
setIsDelete(boolean isDelete)
|
void |
setIsDeleteIsSet(boolean value)
|
Mutation |
setValue(byte[] value)
|
Mutation |
setValue(ByteBuffer value)
|
void |
setValueIsSet(boolean value)
|
String |
toString()
|
void |
unsetColumn()
|
void |
unsetIsDelete()
|
void |
unsetValue()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isDelete
public ByteBuffer column
public ByteBuffer value
public static final Map<Mutation._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public Mutation()
public Mutation(boolean isDelete,
ByteBuffer column,
ByteBuffer value)
public Mutation(Mutation other)
| Method Detail |
|---|
public Mutation deepCopy()
deepCopy in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>public boolean isIsDelete()
public Mutation setIsDelete(boolean isDelete)
public void unsetIsDelete()
public boolean isSetIsDelete()
public void setIsDeleteIsSet(boolean value)
public byte[] getColumn()
public ByteBuffer bufferForColumn()
public Mutation setColumn(byte[] column)
public Mutation setColumn(ByteBuffer column)
public void unsetColumn()
public boolean isSetColumn()
public void setColumnIsSet(boolean value)
public byte[] getValue()
public ByteBuffer bufferForValue()
public Mutation setValue(byte[] value)
public Mutation setValue(ByteBuffer value)
public void unsetValue()
public boolean isSetValue()
public void setValueIsSet(boolean value)
public void setFieldValue(Mutation._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>public Object getFieldValue(Mutation._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>public boolean isSet(Mutation._Fields field)
isSet in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(Mutation that)
public int hashCode()
hashCode in class Objectpublic int compareTo(Mutation other)
compareTo in interface Comparable<Mutation>public Mutation._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Mutation,Mutation._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||