Uses of Class
org.apache.hadoop.hbase.thrift2.generated.TDeleteType

Packages that use TDeleteType
org.apache.hadoop.hbase.thrift2.generated   
 

Uses of TDeleteType in org.apache.hadoop.hbase.thrift2.generated
 

Fields in org.apache.hadoop.hbase.thrift2.generated declared as TDeleteType
 TDeleteType TDelete.deleteType
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TDeleteType
static TDeleteType TDeleteType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TDeleteType TDelete.getDeleteType()
           
static TDeleteType TDeleteType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TDeleteType[] TDeleteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TDeleteType
 TDelete TDelete.setDeleteType(TDeleteType deleteType)
           
 



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