Uses of Class
org.apache.hadoop.hbase.catalog.CatalogTracker

Packages that use CatalogTracker
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.zookeeper   
 

Uses of CatalogTracker in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return CatalogTracker
 CatalogTracker Server.getCatalogTracker()
           
 

Uses of CatalogTracker in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog with parameters of type CatalogTracker
static void MetaEditor.addDaughter(CatalogTracker catalogTracker, HRegionInfo regionInfo, HServerInfo serverInfo)
           
static void MetaEditor.addRegionToMeta(CatalogTracker catalogTracker, HRegionInfo regionInfo)
          Adds a META row for the specified new region.
static void MetaEditor.deleteDaughterReferenceInParent(CatalogTracker catalogTracker, HRegionInfo parent, byte[] qualifier, HRegionInfo daughter)
          Deletes daughter reference in offlined split parent.
static void MetaEditor.deleteRegion(CatalogTracker catalogTracker, HRegionInfo regionInfo)
          Deletes the specified region from META.
static Map<HRegionInfo,HServerAddress> MetaReader.fullScan(CatalogTracker catalogTracker)
          Performs a full scan of .META..
static void MetaReader.fullScan(CatalogTracker catalogTracker, MetaReader.Visitor visitor)
          Performs a full scan of .META..
static void MetaReader.fullScan(CatalogTracker catalogTracker, MetaReader.Visitor visitor, byte[] startrow)
          Performs a full scan of .META..
static Map<HRegionInfo,HServerAddress> MetaReader.fullScan(CatalogTracker catalogTracker, Set<String> disabledTables)
          Performs a full scan of .META., skipping regions from any tables in the specified set of disabled tables.
static Map<HRegionInfo,HServerAddress> MetaReader.fullScan(CatalogTracker catalogTracker, Set<String> disabledTables, boolean excludeOfflinedSplitParents)
          Performs a full scan of .META., skipping regions from any tables in the specified set of disabled tables.
static List<Result> MetaReader.fullScanOfResults(CatalogTracker catalogTracker)
          Performs a full scan of .META..
static Pair<HRegionInfo,HServerAddress> MetaReader.getRegion(CatalogTracker catalogTracker, byte[] regionName)
          Gets the region info and assignment for the specified region from META.
static NavigableMap<HRegionInfo,Result> MetaReader.getServerUserRegions(CatalogTracker catalogTracker, HServerInfo hsi)
           
static List<HRegionInfo> MetaReader.getTableRegions(CatalogTracker catalogTracker, byte[] tableName)
          Gets all of the regions of the specified table.
static List<HRegionInfo> MetaReader.getTableRegions(CatalogTracker catalogTracker, byte[] tableName, boolean excludeOfflinedSplitParents)
          Gets all of the regions of the specified table.
static List<Pair<HRegionInfo,HServerAddress>> MetaReader.getTableRegionsAndLocations(CatalogTracker catalogTracker, String tableName)
           
static void MetaEditor.offlineParentInMeta(CatalogTracker catalogTracker, HRegionInfo parent, HRegionInfo a, HRegionInfo b)
          Offline parent in meta.
static HServerAddress MetaReader.readRegionLocation(CatalogTracker catalogTracker, byte[] regionName)
          Reads the location of the specified region from META.
static boolean MetaReader.tableExists(CatalogTracker catalogTracker, String tableName)
          Checks if the specified table exists.
static void MetaEditor.updateMetaLocation(CatalogTracker catalogTracker, HRegionInfo regionInfo, HServerInfo serverInfo)
          Updates the location of the specified META region in ROOT to be the specified server hostname and startcode.
static void MetaEditor.updateRegionInfo(CatalogTracker catalogTracker, HRegionInfo regionInfo)
          Updates the region information for the specified region in META.
static void MetaEditor.updateRegionLocation(CatalogTracker catalogTracker, HRegionInfo regionInfo, HServerInfo serverInfo)
          Updates the location of the specified region in META to be the specified server hostname and startcode.
 

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

Methods in org.apache.hadoop.hbase.master that return CatalogTracker
 CatalogTracker HMaster.getCatalogTracker()
           
 

Constructors in org.apache.hadoop.hbase.master with parameters of type CatalogTracker
AssignmentManager(Server master, ServerManager serverManager, CatalogTracker catalogTracker, ExecutorService service)
          Constructs a new assignment manager.
 

Uses of CatalogTracker in org.apache.hadoop.hbase.master.handler
 

Methods in org.apache.hadoop.hbase.master.handler with parameters of type CatalogTracker
static boolean ServerShutdownHandler.processDeadRegion(HRegionInfo hri, Result result, AssignmentManager assignmentManager, CatalogTracker catalogTracker)
          Process a dead region from a dead RS.
 

Constructors in org.apache.hadoop.hbase.master.handler with parameters of type CatalogTracker
DisableTableHandler(Server server, byte[] tableName, CatalogTracker catalogTracker, AssignmentManager assignmentManager)
           
EnableTableHandler(Server server, byte[] tableName, CatalogTracker catalogTracker, AssignmentManager assignmentManager)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver that return CatalogTracker
 CatalogTracker HRegionServer.getCatalogTracker()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type CatalogTracker
 void RegionServerServices.postOpenDeployTasks(HRegion r, CatalogTracker ct, boolean daughter)
          Tasks to perform after region open to complete deploy of region on regionserver
 void HRegionServer.postOpenDeployTasks(HRegion r, CatalogTracker ct, boolean daughter)
           
 

Uses of CatalogTracker in org.apache.hadoop.hbase.zookeeper
 

Constructors in org.apache.hadoop.hbase.zookeeper with parameters of type CatalogTracker
MetaNodeTracker(ZooKeeperWatcher watcher, CatalogTracker catalogTracker, Abortable abortable)
          Creates a meta node tracker.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.