Uses of Class
org.apache.hadoop.hbase.hbql.statement.args.KeyInfo

Packages that use KeyInfo
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.mapping   
org.apache.hadoop.hbase.hbql.statement   
 

Uses of KeyInfo in org.apache.hadoop.hbase.hbql.impl
 

Methods in org.apache.hadoop.hbase.hbql.impl with parameters of type KeyInfo
 TableMapping MappingManager.createMapping(boolean isTemp, boolean isSystem, String mappingName, String tableName, KeyInfo keyInfo, List<FamilyMapping> familyMappingList)
           
 TableMapping HConnectionImpl.createMapping(boolean tempMapping, boolean systemMapping, String mappingName, String tableName, KeyInfo keyInfo, List<FamilyMapping> familyList)
           
 

Uses of KeyInfo in org.apache.hadoop.hbase.hbql.mapping
 

Methods in org.apache.hadoop.hbase.hbql.mapping that return KeyInfo
 KeyInfo TableMapping.getKeyInfo()
           
 KeyInfo AttribMapping.getKeyInfo()
           
 

Methods in org.apache.hadoop.hbase.hbql.mapping with parameters of type KeyInfo
static ColumnDefinition ColumnDefinition.newKeyColumn(KeyInfo keyInfo)
           
 

Constructors in org.apache.hadoop.hbase.hbql.mapping with parameters of type KeyInfo
AttribMapping(KeyInfo keyInfo, List<FamilyMapping> familyMappingList)
           
TableMapping(HConnectionImpl conn, boolean tempMapping, boolean systemMapping, String mappingName, String tableName, KeyInfo keyInfo, List<FamilyMapping> familyMappingList)
           
 

Uses of KeyInfo in org.apache.hadoop.hbase.hbql.statement
 

Methods in org.apache.hadoop.hbase.hbql.statement that return KeyInfo
 KeyInfo CreateMappingStatement.getKeyInfo()
           
 



Copyright © 2011. All Rights Reserved.