|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HbaseMapWritable | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
Uses of HbaseMapWritable in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return HbaseMapWritable | |
---|---|
protected HbaseMapWritable |
HMaster.createConfigurationSubset()
|
HbaseMapWritable |
HRegionInterface.getClosestRowBefore(Text regionName,
Text row)
Return all the data for the row that matches row exactly, or the one that immediately preceeds it. |
HbaseMapWritable |
HRegionServer.getClosestRowBefore(Text regionName,
Text row)
Return all the data for the row that matches row exactly, or the one that immediately preceeds it. |
HbaseMapWritable |
HRegionInterface.getClosestRowBefore(Text regionName,
Text row,
long ts)
Return all the data for the row that matches row exactly, or the one that immediately preceeds it, at or immediately before ts. |
HbaseMapWritable |
HRegionServer.getClosestRowBefore(Text regionName,
Text row,
long ts)
Return all the data for the row that matches row exactly, or the one that immediately preceeds it, at or immediately before ts. |
HbaseMapWritable |
HRegionInterface.getRow(Text regionName,
Text row)
Get all the data for the specified row |
HbaseMapWritable |
HRegionServer.getRow(Text regionName,
Text row)
Get all the data for the specified row |
HbaseMapWritable |
HRegionInterface.getRow(Text regionName,
Text row,
long ts)
Get all the data for the specified row at a given timestamp |
HbaseMapWritable |
HRegionServer.getRow(Text regionName,
Text row,
long ts)
Get all the data for the specified row at a given timestamp |
HbaseMapWritable |
HRegionInterface.next(long scannerId)
Get the next set of values |
HbaseMapWritable |
HRegionServer.next(long scannerId)
Get the next set of values |
HbaseMapWritable |
HMasterRegionInterface.regionServerStartup(HServerInfo info)
Called when a region server first starts |
HbaseMapWritable |
HMaster.regionServerStartup(HServerInfo serverInfo)
Called when a region server first starts |
Methods in org.apache.hadoop.hbase with parameters of type HbaseMapWritable | |
---|---|
protected org.apache.hadoop.hbase.HMaster.RowMap |
HMaster.toRowMap(HbaseMapWritable mw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |