org.apache.hadoop.hbase.hbql.mapping
Class FamilyDefinition

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.mapping.FamilyDefinition

public class FamilyDefinition
extends Object


Constructor Summary
FamilyDefinition(String familyName, List<FamilyProperty> familyPropertyList)
           
 
Method Summary
 org.apache.hadoop.hbase.HColumnDescriptor getColumnDescription()
           
 String getFamilyName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyDefinition

public FamilyDefinition(String familyName,
                        List<FamilyProperty> familyPropertyList)
Method Detail

getFamilyName

public String getFamilyName()

getColumnDescription

public org.apache.hadoop.hbase.HColumnDescriptor getColumnDescription()
                                                               throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.