Uses of Class
org.apache.hadoop.hbase.io.KeyedData

Packages that use KeyedData
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
org.apache.hadoop.hbase.io   
 

Uses of KeyedData in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return KeyedData
 KeyedData[] HRegionInterface.getRow(Text regionName, Text row)
          Get all the data for the specified row
 KeyedData[] HRegionServer.getRow(Text regionName, Text row)
          Get all the data for the specified row
 KeyedData[] HRegionInterface.next(long scannerId)
          Get the next set of values
 KeyedData[] HRegionServer.next(long scannerId)
          Get the next set of values
 

Uses of KeyedData in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that return KeyedData
 KeyedData[] KeyedDataArrayWritable.get()
           
 

Methods in org.apache.hadoop.hbase.io with parameters of type KeyedData
 void KeyedDataArrayWritable.set(KeyedData[] data)
          Sets the KeyedData array
 



Copyright © 2006 The Apache Software Foundation