org.apache.hadoop.hbase.thrift.generated
Class Mutation
java.lang.Object
org.apache.hadoop.hbase.thrift.generated.Mutation
- All Implemented Interfaces:
- com.facebook.thrift.TBase, Serializable
public class Mutation
- extends Object
- implements com.facebook.thrift.TBase, Serializable
A Mutation object is used to either update or delete a column-value.
- See Also:
- Serialized Form
Constructor Summary |
Mutation()
|
Mutation(boolean isDelete,
byte[] column,
byte[] value)
|
Method Summary |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
|
String |
toString()
|
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
|
isDelete
public boolean isDelete
column
public byte[] column
value
public byte[] value
__isset
public final Mutation.Isset __isset
Mutation
public Mutation()
Mutation
public Mutation(boolean isDelete,
byte[] column,
byte[] value)
read
public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
- Specified by:
read
in interface com.facebook.thrift.TBase
- Throws:
com.facebook.thrift.TException
write
public void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
- Specified by:
write
in interface com.facebook.thrift.TBase
- Throws:
com.facebook.thrift.TException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006 The Apache Software Foundation