Uses of Class
org.apache.hadoop.hbase.master.MetaRegion

Packages that use MetaRegion
org.apache.hadoop.hbase.master   
 

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

Methods in org.apache.hadoop.hbase.master that return MetaRegion
 MetaRegion RegionManager.getFirstMetaRegionForRegion(HRegionInfo newRegion)
          Search our map of online meta regions to find the first meta region that should contain a pointer to newRegion.
 MetaRegion RegionManager.getMetaRegionForRow(byte[] row)
          Get metaregion that would host passed in row.
 MetaRegion RegionManager.offlineMetaRegionWithStartKey(byte[] startKey)
          Set an online MetaRegion offline - remove it from the map.
 

Methods in org.apache.hadoop.hbase.master that return types with arguments of type MetaRegion
 List<MetaRegion> RegionManager.getListOfOnlineMetaRegions()
          Get a list of online MetaRegions
 Set<MetaRegion> RegionManager.getMetaRegionsForTable(byte[] tableName)
          Get a set of all the meta regions that contain info about a given table.
 Map<byte[],MetaRegion> RegionManager.getOnlineMetaRegions()
           
 

Methods in org.apache.hadoop.hbase.master with parameters of type MetaRegion
 void RegionManager.addMetaRegionToScan(MetaRegion m)
          Add a meta region to the scan queue
 int MetaRegion.compareTo(MetaRegion other)
           
 void RegionManager.putMetaRegionOnline(MetaRegion metaRegion)
          Set a MetaRegion as online.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.