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

Packages that use NotAllMetaRegionsOnlineException
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.master.snapshot   
 

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

Methods in org.apache.hadoop.hbase.catalog that throw NotAllMetaRegionsOnlineException
static void MetaEditor.addDaughter(CatalogTracker catalogTracker, HRegionInfo regionInfo, ServerName sn)
           
static void MetaEditor.offlineParentInMeta(CatalogTracker catalogTracker, HRegionInfo parent, HRegionInfo a, HRegionInfo b)
          Offline parent in meta.
 ServerName CatalogTracker.waitForMeta(long timeout)
          Gets the current location for .META. if available and waits for up to the specified timeout if not immediately available.
 HRegionInterface CatalogTracker.waitForMetaServerConnection(long timeout)
          Deprecated. Does not retry; use an HTable instance instead.
 HRegionInterface CatalogTracker.waitForRootServerConnection(long timeout)
          Deprecated. Use #getRootServerConnection(long)
 

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

Constructors in org.apache.hadoop.hbase.master.handler that throw NotAllMetaRegionsOnlineException
CreateTableHandler(Server server, MasterFileSystem fileSystemManager, ServerManager serverManager, HTableDescriptor hTableDescriptor, org.apache.hadoop.conf.Configuration conf, HRegionInfo[] newRegions, CatalogTracker catalogTracker, AssignmentManager assignmentManager)
           
 

Uses of NotAllMetaRegionsOnlineException in org.apache.hadoop.hbase.master.snapshot
 

Constructors in org.apache.hadoop.hbase.master.snapshot that throw NotAllMetaRegionsOnlineException
CloneSnapshotHandler(MasterServices masterServices, HBaseProtos.SnapshotDescription snapshot, HTableDescriptor hTableDescriptor, MasterMetrics metricsMaster)
           
 



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