Uses of Class
org.apache.hadoop.hbase.hbql.mapping.FamilyProperty.Type

Packages that use FamilyProperty.Type
org.apache.hadoop.hbase.hbql.mapping   
 

Uses of FamilyProperty.Type in org.apache.hadoop.hbase.hbql.mapping
 

Methods in org.apache.hadoop.hbase.hbql.mapping that return FamilyProperty.Type
 FamilyProperty.Type FamilyProperty.getEnumType()
           
static FamilyProperty.Type FamilyProperty.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FamilyProperty.Type[] FamilyProperty.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hbase.hbql.mapping with parameters of type FamilyProperty.Type
FamilyProperty(FamilyProperty.Type type, GenericValue... exprs)
           
 



Copyright © 2011. All Rights Reserved.