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

java.lang.Object
  extended by org.apache.hadoop.hbase.thrift.generated.Mutation.Isset
All Implemented Interfaces:
Serializable
Enclosing class:
Mutation

public static final class Mutation.Isset
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean column
           
 boolean isDelete
           
 boolean value
           
 
Constructor Summary
Mutation.Isset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isDelete

public boolean isDelete

column

public boolean column

value

public boolean value
Constructor Detail

Mutation.Isset

public Mutation.Isset()


Copyright © 2008 The Apache Software Foundation