org.apache.hadoop.hbase.thrift.generated
Class Mutation

java.lang.Object
  extended by org.apache.hadoop.hbase.thrift.generated.Mutation
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Mutation>, org.apache.thrift.TBase<Mutation._Fields>

public class Mutation
extends Object
implements org.apache.thrift.TBase<Mutation._Fields>, Serializable, Cloneable, Comparable<Mutation>

A Mutation object is used to either update or delete a column-value.

See Also:
Serialized Form

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
 byte[] column
           
 boolean isDelete
           
static Map<Mutation._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 byte[] value
           
 
Constructor Summary
Mutation()
           
Mutation(boolean isDelete, byte[] column, byte[] value)
           
Mutation(Mutation other)
          Performs a deep copy on other.
 
Method Summary
 Mutation clone()
          Deprecated. 
 int compareTo(Mutation other)
           
 Mutation deepCopy()
           
 boolean equals(Mutation that)
           
 boolean equals(Object that)
           
 byte[] getColumn()
           
 Object getFieldValue(int fieldId)
           
 Object getFieldValue(Mutation._Fields field)
           
 byte[] getValue()
           
 int hashCode()
           
 boolean isIsDelete()
           
 boolean isSet(int fieldID)
           
 boolean isSet(Mutation._Fields field)
          Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise
 boolean isSetColumn()
          Returns true if field column is set (has been asigned a value) and false otherwise
 boolean isSetIsDelete()
          Returns true if field isDelete is set (has been asigned a value) and false otherwise
 boolean isSetValue()
          Returns true if field value is set (has been asigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 Mutation setColumn(byte[] column)
           
 void setColumnIsSet(boolean value)
           
 void setFieldValue(int fieldID, Object value)
           
 void setFieldValue(Mutation._Fields field, Object value)
           
 Mutation setIsDelete(boolean isDelete)
           
 void setIsDeleteIsSet(boolean value)
           
 Mutation setValue(byte[] 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
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

isDelete

public boolean isDelete

column

public byte[] column

value

public byte[] value

metaDataMap

public static final Map<Mutation._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

Mutation

public Mutation()

Mutation

public Mutation(boolean isDelete,
                byte[] column,
                byte[] value)

Mutation

public Mutation(Mutation other)
Performs a deep copy on other.

Method Detail

deepCopy

public Mutation deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<Mutation._Fields>

clone

@Deprecated
public Mutation clone()
Deprecated. 

Overrides:
clone in class Object

isIsDelete

public boolean isIsDelete()

setIsDelete

public Mutation setIsDelete(boolean isDelete)

unsetIsDelete

public void unsetIsDelete()

isSetIsDelete

public boolean isSetIsDelete()
Returns true if field isDelete is set (has been asigned a value) and false otherwise


setIsDeleteIsSet

public void setIsDeleteIsSet(boolean value)

getColumn

public byte[] getColumn()

setColumn

public Mutation setColumn(byte[] column)

unsetColumn

public void unsetColumn()

isSetColumn

public boolean isSetColumn()
Returns true if field column is set (has been asigned a value) and false otherwise


setColumnIsSet

public void setColumnIsSet(boolean value)

getValue

public byte[] getValue()

setValue

public Mutation setValue(byte[] value)

unsetValue

public void unsetValue()

isSetValue

public boolean isSetValue()
Returns true if field value is set (has been asigned a value) and false otherwise


setValueIsSet

public void setValueIsSet(boolean value)

setFieldValue

public void setFieldValue(Mutation._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<Mutation._Fields>

setFieldValue

public void setFieldValue(int fieldID,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<Mutation._Fields>

getFieldValue

public Object getFieldValue(Mutation._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<Mutation._Fields>

getFieldValue

public Object getFieldValue(int fieldId)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<Mutation._Fields>

isSet

public boolean isSet(Mutation._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<Mutation._Fields>

isSet

public boolean isSet(int fieldID)
Specified by:
isSet in interface org.apache.thrift.TBase<Mutation._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(Mutation that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Mutation other)
Specified by:
compareTo in interface Comparable<Mutation>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<Mutation._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<Mutation._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.