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

All Superinterfaces:
Serializable
All Known Implementing Classes:
AggregateRecord, HRecordImpl

public interface HRecord
extends Serializable


Method Summary
 Set<String> getColumnNameList()
           
 Object getCurrentValue(String name)
           
 Map<String,byte[]> getUnMappedValueMap(String familyName)
           
 Map<String,NavigableMap<Long,byte[]>> getUnMappedVersionMap(String familyName)
           
 Map<Long,Object> getVersionMap(String name)
           
 void reset()
           
 void setCurrentValue(String name, Object val)
           
 void setTimestamp(long timestamp)
           
 

Method Detail

reset

void reset()

setTimestamp

void setTimestamp(long timestamp)

setCurrentValue

void setCurrentValue(String name,
                     Object val)
                     throws HBqlException
Throws:
HBqlException

getCurrentValue

Object getCurrentValue(String name)
                       throws HBqlException
Throws:
HBqlException

getColumnNameList

Set<String> getColumnNameList()
                              throws HBqlException
Throws:
HBqlException

getVersionMap

Map<Long,Object> getVersionMap(String name)
                               throws HBqlException
Throws:
HBqlException

getUnMappedValueMap

Map<String,byte[]> getUnMappedValueMap(String familyName)
                                       throws HBqlException
Throws:
HBqlException

getUnMappedVersionMap

Map<String,NavigableMap<Long,byte[]>> getUnMappedVersionMap(String familyName)
                                                            throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.