Uses of Class
org.apache.hadoop.hbase.HRegionInfo

Packages that use HRegionInfo
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.migration.nineteen   
org.apache.hadoop.hbase.migration.nineteen.io   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
org.apache.hadoop.hbase.util   
 

Uses of HRegionInfo in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as HRegionInfo
static HRegionInfo HRegionInfo.FIRST_META_REGIONINFO
          HRegionInfo for first meta region
static HRegionInfo HRegionInfo.ROOT_REGIONINFO
          HRegionInfo for root region
 

Methods in org.apache.hadoop.hbase that return HRegionInfo
 HRegionInfo HMsg.getRegionInfo()
           
 HRegionInfo HRegionLocation.getRegionInfo()
           
 

Methods in org.apache.hadoop.hbase with parameters of type HRegionInfo
 int HRegionInfo.compareTo(HRegionInfo o)
           
static HStoreKey.StoreKeyComparator HStoreKey.getRawComparator(HRegionInfo hri)
          Deprecated.  
static org.apache.hadoop.io.WritableComparator HStoreKey.getWritableComparator(HRegionInfo hri)
          Deprecated.  
 

Constructors in org.apache.hadoop.hbase with parameters of type HRegionInfo
HMsg(HMsg.Type type, HRegionInfo hri)
          Construct a message with the specified message and HRegionInfo
HMsg(HMsg.Type type, HRegionInfo hri, byte[] msg)
          Construct a message with the specified message and HRegionInfo
HRegionInfo(HRegionInfo other)
          Costruct a copy of another HRegionInfo
HRegionLocation(HRegionInfo regionInfo, HServerAddress serverAddress)
          Constructor
 

Uses of HRegionInfo in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return HRegionInfo
 HRegionInfo ScannerCallable.getHRegionInfo()
           
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type HRegionInfo
 Map<HRegionInfo,HServerAddress> HTable.getRegionsInfo()
          Get all the regions and their address for this table
 

Uses of HRegionInfo in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc that return HRegionInfo
 HRegionInfo HRegionInterface.getRegionInfo(byte[] regionName)
          Get metainfo about an HRegion
 HRegionInfo[] HRegionInterface.getRegionsAssignment()
          Method used when a master is taking the place of another failed one.
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HRegionInfo
 HMsg[] HMasterRegionInterface.regionServerReport(HServerInfo info, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
          Called to renew lease, tell master what the region server is doing and to receive new instructions from the master
 

Uses of HRegionInfo in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return HRegionInfo
 HRegionInfo MetaRegion.getRegionInfo()
           
 

Methods in org.apache.hadoop.hbase.master with parameters of type HRegionInfo
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
           
 

Uses of HRegionInfo in org.apache.hadoop.hbase.migration.nineteen
 

Methods in org.apache.hadoop.hbase.migration.nineteen that return HRegionInfo
 HRegionInfo HStoreKey.getHRegionInfo()
           
 HRegionInfo HStoreKey.BeforeThisStoreKey.getHRegionInfo()
           
 

Methods in org.apache.hadoop.hbase.migration.nineteen with parameters of type HRegionInfo
static int HStoreKey.compareTwoRowKeys(HRegionInfo regionInfo, byte[] rowA, byte[] rowB)
          Utility method to compare two row keys.
static boolean HStoreKey.equalsTwoRowKeys(HRegionInfo regionInfo, byte[] rowA, byte[] rowB)
          Utility method to check if two row keys are equal.
 void HStoreKey.setHRegionInfo(HRegionInfo hri)
           
 void HStoreKey.BeforeThisStoreKey.setHRegionInfo(HRegionInfo hri)
           
 

Constructors in org.apache.hadoop.hbase.migration.nineteen with parameters of type HRegionInfo
HStoreKey.HStoreKeyWritableComparator(HRegionInfo hri)
           
HStoreKey(byte[] row, byte[] column, HRegionInfo regionInfo)
          Create an HStoreKey specifying the row, column names and table name The timestamp defaults to LATEST_TIMESTAMP
HStoreKey(byte[] row, byte[] column, long timestamp, HRegionInfo regionInfo)
          Create an HStoreKey specifying all the fields with specified table Does not make copies of the passed byte arrays.
HStoreKey(byte[] row, HRegionInfo hri)
          Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(byte[] row, long timestamp, HRegionInfo hri)
          Create an HStoreKey specifying the row and timestamp The column and table names default to the empty string
HStoreKey(String row, String column, long timestamp, HRegionInfo regionInfo)
          Create an HStoreKey specifying all the fields Does not make copies of the passed byte arrays.
 

Uses of HRegionInfo in org.apache.hadoop.hbase.migration.nineteen.io
 

Constructors in org.apache.hadoop.hbase.migration.nineteen.io with parameters of type HRegionInfo
BloomFilterMapFile.Reader(org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.conf.Configuration conf, boolean filter, boolean blockCacheEnabled, HRegionInfo hri)
           
BloomFilterMapFile.Writer(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.io.SequenceFile.CompressionType compression, boolean filter, int nrows, HRegionInfo hri)
           
HalfMapFileReader(org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.conf.Configuration conf, Reference.Range r, org.apache.hadoop.io.WritableComparable<HStoreKey> mk, boolean filter, boolean blockCacheEnabled, HRegionInfo hri)
           
HalfMapFileReader(org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.conf.Configuration conf, Reference.Range r, org.apache.hadoop.io.WritableComparable<HStoreKey> mk, HRegionInfo hri)
           
HBaseMapFile.HBaseReader(org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.conf.Configuration conf, boolean blockCacheEnabled, HRegionInfo hri)
           
HBaseMapFile.HBaseReader(org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.conf.Configuration conf, HRegionInfo hri)
           
HBaseMapFile.HBaseWriter(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String dirName, org.apache.hadoop.io.SequenceFile.CompressionType compression, HRegionInfo hri)
           
 

Uses of HRegionInfo in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HRegionInfo
protected  HRegionInfo[] HRegionServer.getMostLoadedRegions()
          Get the top N most loaded regions this server is serving so we can tell the master which regions it can reallocate if we're overloaded.
 HRegionInfo HRegion.getRegionInfo()
           
 HRegionInfo HRegionServer.getRegionInfo(byte[] regionName)
           
 HRegionInfo[] HRegionServer.getRegionsAssignment()
          Method used when a master is taking the place of another failed one.
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type HRegionInfo
 SortedSet<HRegionInfo> HRegionServer.getSortedOnlineRegionInfos()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HRegionInfo
 void HRegionServer.addProcessingMessage(HRegionInfo hri)
          Add a MSG_REPORT_PROCESS_OPEN to the outbound queue.
 void HLog.append(HRegionInfo regionInfo, HLogKey logKey, KeyValue logEdit)
          Append an entry to the log.
 void HLog.append(HRegionInfo regionInfo, KeyValue logEdit, long now)
          Append an entry to the log.
static void HRegion.cleanRegionInMETA(HRegionInterface srvr, byte[] metaRegionName, HRegionInfo info)
          Clean COL_SERVER and COL_STARTCODE for passed info in .META.
protected  void HRegionServer.closeRegion(HRegionInfo hri, boolean reportWhenCompleted)
           
static HRegion HRegion.createHRegion(HRegionInfo info, org.apache.hadoop.fs.Path rootDir, HBaseConfiguration conf)
          Convenience method creating new HRegions.
static void HRegion.deleteRegion(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, HRegionInfo info)
          Deletes all the files for a HRegion
static org.apache.hadoop.fs.Path HRegion.getRegionDir(org.apache.hadoop.fs.Path rootdir, HRegionInfo info)
          Computes the Path of the HRegion
protected  HRegion HRegionServer.instantiateRegion(HRegionInfo regionInfo)
           
static void HRegion.makeColumnFamilyDirs(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path tabledir, HRegionInfo hri, byte[] colFamily)
          Make the directories for a specific column family
static void HRegion.offlineRegionInMETA(HRegionInterface srvr, byte[] metaRegionName, HRegionInfo info)
          Utility method used by HMaster marking regions offlined.
static HRegion HRegion.openHRegion(HRegionInfo info, org.apache.hadoop.fs.Path rootDir, HLog log, HBaseConfiguration conf)
          Convenience method to open a HRegion outside of an HRegionServer context.
static boolean HRegion.rowIsInRange(HRegionInfo info, byte[] row)
          Determines if the specified row is within the row range specified by the specified HRegionInfo
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HRegionInfo
HRegion(org.apache.hadoop.fs.Path basedir, HLog log, org.apache.hadoop.fs.FileSystem fs, HBaseConfiguration conf, HRegionInfo regionInfo, FlushRequester flushListener)
          HRegion constructor.
 

Uses of HRegionInfo in org.apache.hadoop.hbase.regionserver.tableindexed
 

Methods in org.apache.hadoop.hbase.regionserver.tableindexed with parameters of type HRegionInfo
protected  HRegion IndexedRegionServer.instantiateRegion(HRegionInfo regionInfo)
           
 

Uses of HRegionInfo in org.apache.hadoop.hbase.regionserver.transactional
 

Methods in org.apache.hadoop.hbase.regionserver.transactional with parameters of type HRegionInfo
protected  void TransactionalRegionServer.closeRegion(HRegionInfo hri, boolean reportWhenCompleted)
          We want to delay the close region for a bit if we have commit pending transactions.
protected  HRegion TransactionalRegionServer.instantiateRegion(HRegionInfo regionInfo)
           
 

Constructors in org.apache.hadoop.hbase.regionserver.transactional with parameters of type HRegionInfo
TransactionalRegion(org.apache.hadoop.fs.Path basedir, HLog log, org.apache.hadoop.fs.FileSystem fs, HBaseConfiguration conf, HRegionInfo regionInfo, FlushRequester flushListener, Leases transactionalLeases)
           
 

Uses of HRegionInfo in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return HRegionInfo
static HRegionInfo Writables.getHRegionInfo(byte[] bytes)
           
static HRegionInfo Writables.getHRegionInfo(Cell cell)
           
static HRegionInfo Writables.getHRegionInfoOrNull(byte[] bytes)
           
 

Methods in org.apache.hadoop.hbase.util that return types with arguments of type HRegionInfo
 List<HRegionInfo> MetaUtils.getMETARows(byte[] tableName)
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type HRegionInfo
 HRegion MetaUtils.getMetaRegion(HRegionInfo metaInfo)
          Open or return cached opened meta region
 boolean MetaUtils.ScannerListener.processRow(HRegionInfo info)
          Callback so client of scanner can process row contents
 void MetaUtils.scanMetaRegion(HRegionInfo metaRegionInfo, MetaUtils.ScannerListener listener)
          Scans a meta region.
 void MetaUtils.updateMETARegionInfo(HRegion r, HRegionInfo hri)
          Update COL_REGIONINFO in meta region r with HRegionInfo hri
 



Copyright © 2009 The Apache Software Foundation