org.apache.hadoop.hbase.hbql.client
Interface HMapping

All Known Implementing Classes:
TableMapping

public interface HMapping


Method Summary
 String asString()
           
 void dropMapping()
           
 String getMappingName()
           
 String getTableName()
           
 boolean isTempMapping()
           
 HRecord newHRecord()
           
 HRecord newHRecord(Map<String,Object> initMap)
           
 

Method Detail

newHRecord

HRecord newHRecord()
                   throws HBqlException
Throws:
HBqlException

newHRecord

HRecord newHRecord(Map<String,Object> initMap)
                   throws HBqlException
Throws:
HBqlException

getMappingName

String getMappingName()

getTableName

String getTableName()

dropMapping

void dropMapping()
                 throws HBqlException
Throws:
HBqlException

isTempMapping

boolean isTempMapping()

asString

String asString()
                throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.